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
 
Top