How to display the attached photos of Access 2019 database - Forum

Forum Navigation
You need to log in to create posts and topics.

How to display the attached photos of Access 2019 database

hi

How to display all attached photos related to a record in Access 2019 database together???
For example, in a window or box

Assuming you mean an image stored in a field defined as a Picture Field, you will need to create a picture object for each picture field in the record. In the picture object properties type in the field variable (i.e. [db.table.picture]) where it asks for the file. The image in the picture object will change according to the record you select. Barring some really creative coding, I think you'll need a picture object for every picture field in your record.