PurpleUnicorn
Programmer
I would like to add a picture to an order record and have it display on a report later on. I do not want to store the images in the order table, I would like to store them in a separate table that contains only my limited number of
pictures and an id field. I would like to select a picture from a list (or form with samples) and populate my order record with the id number.
Is there a way to get the picture to display in my report by linking on the id field? So far, the only way I have been able to display the image, is by storing it in my order table.
pictures and an id field. I would like to select a picture from a list (or form with samples) and populate my order record with the id number.
Is there a way to get the picture to display in my report by linking on the id field? So far, the only way I have been able to display the image, is by storing it in my order table.