Export Report a HTML

  • Thread starter Benjamins via AccessMonster.com
  • Start date
B

Benjamins via AccessMonster.com

Hi,

I have a code that export my report as html. Below is the code

DoCmd.OutputTo acOutputReport, [ReportName], acFormatHTML, [Location], False

The issue is that when there is more there one pages, it will have multiple
files, one file per page.

Is there a way to export so that it will appear in 1 file only?
 

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

Top