I want to display a series of images in a Continuous Form not as an OLE but in an image frame (liking to the picture file)
The code which works well for me in a Single Form view
Me![ImageFrame].Picture = Me![PathFile]
gives all frames in the Continuous Form with the same picture (all are updated to the mage in the current record.
Thanks
Jimmy
The code which works well for me in a Single Form view
Me![ImageFrame].Picture = Me![PathFile]
gives all frames in the Continuous Form with the same picture (all are updated to the mage in the current record.
Thanks
Jimmy