How I can open a report in a html format?

  • Thread starter Thread starter galsaba
  • Start date Start date
G

galsaba

I want my report to be at html format and not mdb format.
How this is possible?

galsaba
 
Use this code

DoCmd.OutputTo acOutputReport, "ReportName", acFormatHTML,
"c:\ReportName.html"
 

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