GUIDO22
Registered User.
- Local time
- Today, 06:10
- Joined
- Nov 2, 2003
- Messages
- 515
PDF Report Output - Save path
I am using a PDF printer driver to generate a PDF copy of a report in my code using :
==============================
DoCmd.OpenReport strReportName, acNormal, , strWhere ' output to PDF driver
==============================
What I need an answer to is this - Am I able to preset the file save path to a network file path folder? At present it defaults to a local file path which is different depending on the local file structure of each PC on the network....
(I am using the free PDF driver PDF995 - there is no param path setting within the PDF995 driver configuration details.)
Thanks for any help you can offer.
I am using a PDF printer driver to generate a PDF copy of a report in my code using :
==============================
DoCmd.OpenReport strReportName, acNormal, , strWhere ' output to PDF driver
==============================
What I need an answer to is this - Am I able to preset the file save path to a network file path folder? At present it defaults to a local file path which is different depending on the local file structure of each PC on the network....
(I am using the free PDF driver PDF995 - there is no param path setting within the PDF995 driver configuration details.)
Thanks for any help you can offer.
Last edited: