Link PDF files (1 Viewer)

AnnPhil

Registered User.
Local time
Today, 09:38
Joined
Dec 18, 2001
Messages
246
What would be the best way to link pdf files in an Access database form?

For each record there could be more then one pdf file. I would like to automate the process as much as possible. The pdf file would exist on a network drive and the user would need to go to their record in Access and then link the pdf files.

I started but am having problems with Access not opening the pdf file, it will open word files but not pdf, might be just my computer.

Anyway suggestions would be appreciated. Thanks
 

ansentry

Access amateur
Local time
Today, 18:38
Joined
Jun 1, 2003
Messages
995
Have a look at my attached sample, it will open both word and pdf files.

Have a look at the code behind the "Open PDF" button. You will see that you have to tell access where the Acrobat.exe is.

Before you use it, open both of the tables and change names & paths to suit your situation.

Hope this helps.
 

Attachments

  • Open Word or PDF Variable.zip
    25.3 KB · Views: 7,342

AnnPhil

Registered User.
Local time
Today, 09:38
Joined
Dec 18, 2001
Messages
246
Thanks so much that worked great!
 

tangerine7199

New member
Local time
Today, 04:38
Joined
Aug 30, 2012
Messages
1
John I know you did this years ago but i just want to thank you too. this was EXACTLY what I needed
 

Users who are viewing this thread

Top Bottom