Images in continous forms in Access 2003

P

Patrick Wolf

Hi,

is there a way to display different linked pictures in contious forms?

Eg. I have a folder with 5 images and the path to them saved in the
database.
I have one form with an Image Control. It is set to be a continous form.

On opening the continous form I would like to display all the pictures.

I read in many places that others had the same challenge and just hope that
one of you has a solution :)

Thank you very much for your help in advance.
Patrick
 
M

Mark M

If I remember correctly from previous posts, this is the way that continuous
forms work; your image control will only show the image for the current
record and all the other rows on the form will show the same image. You
could move your image control to the form's header or footer; then at least
you'll only see one image for the current record and it will change as you
move to other records. You might have to add or change some VBA code to get
the image to change.
 
Top