Techwarrior
Programmer
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. This is information that the user doesn't need to see. Is there any way to hide it?
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. This is information that the user doesn't need to see. Is there any way to hide it?