I store the path to photos for individual records in my database.
Each record can have unlimited photos. All works well in displaying the photos on the form using a subform.
When printing a report, I would like to be able to use multiple photos. However, the link is stored in an unbound text field. Each photo does have its own ID that corresponds to the parent record.
So if I wanted two different photos on the report, how would I call each path into the appropriate field on the form?
Each record can have unlimited photos. All works well in displaying the photos on the form using a subform.
When printing a report, I would like to be able to use multiple photos. However, the link is stored in an unbound text field. Each photo does have its own ID that corresponds to the parent record.
So if I wanted two different photos on the report, how would I call each path into the appropriate field on the form?