DoCmd.Close - Save path

GUIDO22

Registered User.
Local time
Today, 10:40
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.
 
Last edited:
Office 2003
 
What version of Access are you using?

Just a note - on your Homepage of your website :
Speach & Language Therapy Database

Speach is mis-spelt... should be Speech. But I am sure you knew that, right? ;-)
 
what IS the local path it uses

ie what token is it using

if you know that, you can just move it somewhere else afterwards.
 

Users who are viewing this thread

Back
Top Bottom