I'm trying to automate the printing of an Access report using PDF-XChange 3.0.
Although the code I have works fine with a "Adobe PDF" printer, if a user has the former on their machine, the code prompts them with a Save dialog on the following line:
DoCmd.OpenReport strReportName, acViewNormal
Does anyone know what I can do so that this dialog doesn't appear???
Although the code I have works fine with a "Adobe PDF" printer, if a user has the former on their machine, the code prompts them with a Save dialog on the following line:
DoCmd.OpenReport strReportName, acViewNormal
Does anyone know what I can do so that this dialog doesn't appear???