Hi,
I have a database that one of the fields contains the UNC path for a pdf file.
I would like to know if I could reference / map this field in a form and it will retrieve / print the object inside the pdf file.
Such file contains a picture of a customer, we received on a pdf instead of jpg, if this can be done as a PDF would be great or if this could be done as jpg would be good also.
Example: Table: Art
Fields: Name, Date, Path
let's assume record 1 contain the following values
Name:= test Date:= 5/10/13 and Path= \\server2\art\test.pdf
Now we have a form A which contain 3 variables mapped to table Art as follow
Name1 mapped to Name Date1 mapped to Date and Path1 mapped to Path
I would like for path1 to use the file path and open the pdf file in the form can this is possible or I need to change path to picture (j