Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking a PDF file to a Table

Status
Not open for further replies.

Troubled1

Technical User
Dec 16, 2003
6
US
Is there anyway to link a PDF file to a table and be able to access the file from a form??

Thanks,
 
I recommend you store the file externally, then store the path and filename of the PDF file. Then, you can either use a hyperlink field to open the file, or you can use the built-in Shell("filename\goes\here.PDF") function, or you can use the ShellExecute API call (follow link below for good instructions)



I think this is a satisfactory solution.


Pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top