display more than one images in a form through a subform

anchamal

Registered User.
Local time
Today, 09:19
Joined
Mar 7, 2010
Messages
57
i have a form where i need to display the first 6 results (images). the information is comming from a subform which has all the information.
also i need to know after pressing the "next" button how to display the next 6 images from the same subform and so on.
using ms access 2013
 

Attachments

Last edited:
G'd evening,
It is not a good idea to have a form and sub form based on the same table.
What you may want to do is add a new table to store the album name and any other information. the Second table will store the images.
Then you can easily link your tables.
With the tables linked you can set your master-child forms.
G'd luck
 

Users who are viewing this thread

Back
Top Bottom