Opening a pdf file from Access app

M

MWA

Does anyone have any tips on how to open a .pdf file from
within access?

The files will always be in the same location.

Cheers in advance for any help
 
J

Joshua A. Booker

Application.FollowHyperlink "C:\FileName.pdf"

Where "C:\FileName.pdf" is the path to the pdf file.

HTH,
Josh
 
Top