Hi All!
In my VBA (access 2003) project, Im struggling to open a pdf file using Adobe viewer/Reader. Is it possible ?
Can anyone give some samplecode how to archieve this.
Thanks!
Hi All!
In my VBA (access 2003) project, Im struggling to open a pdf file using Adobe viewer/Reader. Is it possible ?
Can anyone give some samplecode how to archieve this.
Thanks!
What is the nature of the struggle - what have you tried?
Is this a file stored in attachment field or just a file path/name stored in text field?
Try FollowHyperlink - Access Help has more info.
Review:
http://allenbrowne.com/func-GoHyperlink.html
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Hi!
It is a file path/name stored as pdf file on local server like C:\temp\testfile.pdf
The file path/name is in a text field?
Did you try the suggestions?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Hi!
Thanks, it works fine.