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
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