Creating pdf object in Access

  • Thread starter Thread starter Ayo
  • Start date Start date
A

Ayo

We are trying to open pdf files from inside Access and we can the create
object to work. Any ideas? Thanks.
 
If you are trying to open the file for viewing then you can simply use the
FollowHyperlink method

Application.FollowHyperlink "PathToFile"
 
Thanks so much. That worked great.

Daniel Pineault said:
If you are trying to open the file for viewing then you can simply use the
FollowHyperlink method

Application.FollowHyperlink "PathToFile"
 

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