how to display multiple pictures per record in an access database

G

Guest

I want to store and display (on a form or a report) multiple pictires per
record in an access database. The pictures are not stored within the
database. They are stored as files and the database contains the paths to the
pictures.
The database consists of two tables:

TABLE DATA
ID Name LastName

TABLE PICTURES
ID Path

I want to create a form displaying data for each record of TABLE DATA and
all the pictures (let's say aligned horizontally) for the particular record
from TABLE PICTURES (ID <-> ID). MS Access allows subforms to be added to a
form, but this doesn't solve the case, since subforms can be only displayed
in data sheet view.
 
W

Wadim Grasza

One more question:

When DefaultView property of a from is set to Continuous Forms, the
records are aligned vertically. How to display them horizontally?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top