Image in a form

SofiaFreitas

New member
Local time
Yesterday, 22:01
Joined
Jun 2, 2009
Messages
6
Hi! I have a table containing my records and the file path of images for each record. I would like to create a form containing all the records and the related images. However, some of the records have more than one image associated. How can I do that??
 
You can use a detail table with one to many relationship for images

In this way you have more than one images for any record
 
I've already done that. But how do I create the form with those images? Do I need to create a code in VBA? Where can I get that code?
 
You have to use a sub form for pictures
 

Users who are viewing this thread

Back
Top Bottom