OutputTo option for HTML file
Hi,
I am trying to send records from a table to an html file. I am trying
to use DoCmd.OutputTo acOutputTable, table1, acFormat.HTML, "c:\template2.html", , "c:\template.html"
but I get an error message that says: object required. I am sure what I'm doing wrong. Any help would be greatly appreciated.
Thanks..Russ
|