acFormatHTML

T

Tareq Abdeen

DoCmd.OutputTo acOutputReport, "MyReportName",
acFormatHTML, "MyFilePathAndName.htm"

If I use the above command to generate an HTML page from a
mutliple page access report, I get navigation links and
mutliple pages report. Is there is anyway to override
creating those pages and links and produce a one page HTML
file.

Thank you for your help

-- Tareq
 

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