mitchem1
Registered User.
- Local time
- Today, 17:36
- Joined
- Feb 21, 2002
- Messages
- 153
Would it be possible to open a .pdf file based on what is found in two different fields on my form? For example, I have a form that searches for Land Acquisition records. When a record is returned, two of the fields are County and Route. I would like to have a button that opens the appropriate .pdf.
The .pdf files are stored in the following method: c:\LandAcq\County|Route
So if my search returned a record where County=Cook and Route=I94, the button should open the .pdf(s) located in c:\LandAcq\Cook\I94.
Sorry if confusing and thanks in advance.
The .pdf files are stored in the following method: c:\LandAcq\County|Route
So if my search returned a record where County=Cook and Route=I94, the button should open the .pdf(s) located in c:\LandAcq\Cook\I94.
Sorry if confusing and thanks in advance.