export access report

  • Thread starter Thread starter DataBase Northwest
  • Start date Start date
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
 
Hi Brad,

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