Creating pdf object in Access

A

Ayo

We are trying to open pdf files from inside Access and we can the create
object to work. Any ideas? Thanks.
 
D

Daniel Pineault

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

Application.FollowHyperlink "PathToFile"
 
A

Ayo

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

Top