Continuous Form

  • Thread starter Thread starter QB
  • Start date Start date
Q

QB

I have a table that houses the paths of images related to the master record.
I am trying to create a form that would allow a preview image of all the
images related to each master record.

I have tried various things and nothing works. If I place code Me.Picture =
Me.ImgPath, all the images are the same. it doesn't execute of each image
individually?! Then I thought of using a subform, but then that does not
allow continuous display of the form!

How can this be done in a continuous form so as to permit a quick preview of
all the image in one glance?

Thank you,

QB
 
No, you cannot do it in a continuous form. All code affects all rows of
data.
 
Back
Top