Open PDF Document

  • Thread starter Thread starter Mike Green
  • Start date Start date
M

Mike Green

Hi All
I need to open a simple PDF document from an Access Db. The document as
general instruction on the things that should be entered into the Db. So I
just need the user to be able to open the PDF which sits in the same
location as the Db itself.
We are using Office 2003 and Adobe 7.
Everything I have tried so far either opens Adobe for a fraction of a second
and then closes it again or fails completely.

Thanks in advance

Mike
 
Hi All
I need to open a simple PDF document from an Access Db. The document as
general instruction on the things that should be entered into the Db. So I
just need the user to be able to open the PDF which sits in the same
location as the Db itself.
We are using Office 2003 and Adobe 7.
Everything I have tried so far either opens Adobe for a fraction of a second
and then closes it again or fails completely.

Thanks in advance

Mike

Re: >Everything I have tried so far either <
This doesn't help us much.
How do any of us know 'what' you have tried?

Well perhaps you haven't tried this:
Application.FollowHyperlink "C:\YourFolderPath\DocumentName.pdf"
 
Back
Top