Hi Everyone,
I have just created a hyperlink from within a simple form that I have to pull and open a PDF file that matches with a customers order.
My code is below:
FollowHyperlink "\\Frontdesk\Fr ontDesk\PDFOrde rs\" & Order & ".pdf"
That works great - now I have a challenge, and I dont think it will work, but I am not the greatest with the programming end of things, so I wanted to ask.
I have a form that shows each customer, then a subform that only shows orders from that customer. As you can imagine customers may have 1 order or 5...
Can I use the same idea for hyperlink as above on the form and still get Access to open the orders for a customer from within the subform?
I simply tried putting the same code on the main area of the form, but as I expected it doesnt look in the subform. Even if I could get it to look in the subform, what happens when it sees 2 or more numbers in the "order" column?
I have added a picture incase that helps.
Any help is appreciated!
Chad
I have just created a hyperlink from within a simple form that I have to pull and open a PDF file that matches with a customers order.
My code is below:
FollowHyperlink "\\Frontdesk\Fr ontDesk\PDFOrde rs\" & Order & ".pdf"
That works great - now I have a challenge, and I dont think it will work, but I am not the greatest with the programming end of things, so I wanted to ask.
I have a form that shows each customer, then a subform that only shows orders from that customer. As you can imagine customers may have 1 order or 5...
Can I use the same idea for hyperlink as above on the form and still get Access to open the orders for a customer from within the subform?
I simply tried putting the same code on the main area of the form, but as I expected it doesnt look in the subform. Even if I could get it to look in the subform, what happens when it sees 2 or more numbers in the "order" column?
I have added a picture incase that helps.
Any help is appreciated!
Chad
Comment