Printing an external report

saharlan

Registered User.
Local time
Yesterday, 20:36
Joined
Jan 9, 2003
Messages
13
Printing an external pdf document

Hi Everyone...

I dont want to print a access report to a pdf from access,
I want to print a static external pdf help document from access after my true access reports have printed.

Help!! Cant figure this out.
 
Last edited:
Try this :

Call shell("C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe C:\map.pdf", 1)

Just chnage the line to where the adobe PDF executable is and the location of the help file.

Regards

Andy
 
printing pdf reports

That works great except I would like to print multiple pdf reports that are located in separate folders. How do I do that?

Thanks!
 
Just duplicate the line and change the help file.
 

Users who are viewing this thread

Back
Top Bottom