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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top