I have some orders that we scan and keep in a computer.
When the order is searched I have a simple "button" added on the current form that uses the value from the order (in this case a 4 digit number), adds that to a file location with .pdf after it and a pdf file opens.
This system is currently in place and working.
Within this same form I have a subform that lists parts orders that are associated with the main customer order.
I want to have the same functionality, where clicking a button opens a scanned pdf with the same name as the parts order - but because there is a possiblity of multiple parts orders in the subform, I dont know... 1. if this can be done 2. how you would select the part order that you want.
Note:
I wanted to add that I currently use a simple followhyperlink piece of code that opens a pdf file by using the customer number field as part of the file name. When the files are scanned now, we make sure they are numbered the same way.
Anyone have thoughts about this?
Thanks
Chad