PDF Document

  • Thread starter Thread starter Alain
  • Start date Start date
A

Alain

Hi to all,

Can anyone help me with this one, I would like to open a .pdf document
directly from Access 2000 thru a push button. I have been searching around
but found nothing. Is it possible to so so ??

TIA

Alain
 
Alain,

You can use the following code:

Docmd.followhyperlink "C:\File.pdf"

Where "C:\File.pdf" is the path and file name of the pdf.

HTH,
Josh
 
Back
Top