Horizontally aligned records

W

Wadim Grasza

Hello,

How to align multiple images per record on a form horizontally?

I've tried two possible solutions, but none of these work:

-> SUBFORMS: Having a subform display images on the form as records in
Continuous Forms view.
Each image would have it's own record, the subform would be in Continuous
Forms view and this would create an impression that images are aligned
horizontally.
THE PROBLEM: This doesn't work, beause records don't seem to have the
possibility to be aligned horizontally on a form in

-> VBA: Having Image controls dynamically created per each record load using
VBA.
For each record load (OnCurrent in Access terminology) I would have
different number of Image controls created using VBA.
THE PROBLEM: This doesn't work, because controls can be created only in
Design mode.

Is there any way to have different images (and different number of images)
per record displayed horizontally on a form or a report?

Thanks in andvance
 

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