Supraracer
New member
- Local time
- Today, 15:49
- Joined
- Feb 24, 2009
- Messages
- 6
Access 2007
I have a Quote table which has the Quote_ID field. When I do a report listing the quoted jobs I would like to click on the Quote_ID and have it open a scanned PDF file of the quote. I know how to do this using the Hyperlink Data Type but Quote_ID is a number and I don't want to edit all the URL's. Maybe something in VBA to open the hyperlink. All the files path's will be "\\Server\Data\" and all the files will be the same as the Quote_ID with the pdf extension. For example
Quote number 206 = "\\Server\Data\206.pdf"
Thanks,
John
I have a Quote table which has the Quote_ID field. When I do a report listing the quoted jobs I would like to click on the Quote_ID and have it open a scanned PDF file of the quote. I know how to do this using the Hyperlink Data Type but Quote_ID is a number and I don't want to edit all the URL's. Maybe something in VBA to open the hyperlink. All the files path's will be "\\Server\Data\" and all the files will be the same as the Quote_ID with the pdf extension. For example
Quote number 206 = "\\Server\Data\206.pdf"
Thanks,
John