accessing stored pdf files from a drive within a network

B

bruno.perozzo

Hi,
I am building a library db using access, and some of the
books are stored in our network.
which command is best suitable to retrive those files
stored in our system, using an access db?
Thank you kindly for your help
 
J

John Nurick

Hi Bruno,

Assuming you've got the filespecs of the PDF files stored in a field in
your database, (e.g.
\\SERVER\SHARE\Folder\Subfolder\File.pdf
) you can use the FollowHyperlink command. Pass it the filespec and it
will get Windows to launch Acrobat Reader and open the file.
 

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