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"
 
Top