A Ayo Dec 17, 2007 #1 We are trying to open pdf files from inside Access and we can the create object to work. Any ideas? Thanks.
We are trying to open pdf files from inside Access and we can the create object to work. Any ideas? Thanks.
D Daniel Pineault Dec 17, 2007 #2 If you are trying to open the file for viewing then you can simply use the FollowHyperlink method Application.FollowHyperlink "PathToFile"
If you are trying to open the file for viewing then you can simply use the FollowHyperlink method Application.FollowHyperlink "PathToFile"
A Ayo Dec 17, 2007 #3 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" Click to expand...
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" Click to expand...