B
BAL
I am trying to open a pdf file using application.followhyperlink.
I know the file and the pathname exist (tested) and I can open the file from
outside Access. When I try to open from within Access, a window briefly
flashes open and closes.
Code looks like:
Application.FollowHyperlink sFullFilename
I've also placed the actual filename in quotes to see if that made a
difference with the same result.
Application.FollowHyperlink "Z:\BAL\testfile.pdf"
I've also added an error handler to see if I could trap an error, but it is
not triggering.
Any ideas of what to try next would be appreciated.
I am using Access 2003.
I know the file and the pathname exist (tested) and I can open the file from
outside Access. When I try to open from within Access, a window briefly
flashes open and closes.
Code looks like:
Application.FollowHyperlink sFullFilename
I've also placed the actual filename in quotes to see if that made a
difference with the same result.
Application.FollowHyperlink "Z:\BAL\testfile.pdf"
I've also added an error handler to see if I could trap an error, but it is
not triggering.
Any ideas of what to try next would be appreciated.
I am using Access 2003.