How to Open a PDF file in Access

A

Alan

What I would like!

I would like a command button on my form that would open a specific PDF file
located on our server depending on which record is being displayed.

I thought of creating a new table to store the path to the PDF file and
linking
this table to each record. Then using a hyperlink to open the PDF file on
our
server with the hyperlink getting it path from the new table.

Is this the best option for this, or is there a better way?

Any suggestions would be appreciated.

Thanks in advance.
 
Top