export access report

D

DataBase Northwest

we need to export a report in the html format using code, where could we
find information.
we are able to do this with ease manually ??

thanks, brad
 
J

John Nurick

Hi Brad,

The VBA equivalent of exporting a report to HTML format is
DoCmd.OutputTo with an output format of acFormatHTML.
 
Top