How to display pdf in Access 2003 database?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!
I need to display some pdf files relates to my records in an access form.
I have tried to use OLE object and failed, so I'm still searching for a
solution.
My problem is that I am not familiar to codes and I do not know how to link
the pdfs from an external file.
Can anyone help with an example of how to do this or suggest an article or
book that has some examples of such type?

Thanks in advance!
alinoiul
 
I'm not sure what you are asking for,
to open a pdf file try

application.FollowHyperlink "Write here file name and location"
 
Back
Top