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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top