M
MJ
Using: AC2003 & Adobe Acrobat Pro
I have come up with a way to print report(s) by setting the Print Object
default for each desired output Report to PDF Printer and using:
DoCmd.OpenReport "MyReport", acViewNormal
This accomplishes the desired results with user interface REQUIRED to select
where and what file name.
While this works, it is NOT what I would really like it to happen. Is the a
way that I can do it such that I can code the location and the file name?
Is there was a way to use:
DoCmd.OutputTo acOutputReport, "MyReport", acFormatPDF, "location and
filename"
When I have tried it, the "acFormatPDF" errors off, any ideas or suggestions?
Thank you in advance,
I have come up with a way to print report(s) by setting the Print Object
default for each desired output Report to PDF Printer and using:
DoCmd.OpenReport "MyReport", acViewNormal
This accomplishes the desired results with user interface REQUIRED to select
where and what file name.
While this works, it is NOT what I would really like it to happen. Is the a
way that I can do it such that I can code the location and the file name?
Is there was a way to use:
DoCmd.OutputTo acOutputReport, "MyReport", acFormatPDF, "location and
filename"
When I have tried it, the "acFormatPDF" errors off, any ideas or suggestions?
Thank you in advance,