I have a report that I output as an HTML file using the following code:
DoCmd.OutputTo acReport, "rptWeb", "HTML(*.html)", "H:\WebReport.html", False, "", 0
The problem is when it runs a print dialog box comes up and shows the number of pages it is generating along with where they are going...