D
Daniel
Hello,
I have a continuous form which contains a field name imgPath, which has the
path & filename of an image. Next to it I have place an image which I am
trying to link to the imgPath field so as to provide the user with a preview
of the image in question.
I tried the Me.imgPreview.Picture=Me.imgPath.Value in the Form current
event, but this populate all of the preview windows with the same image (that
of the 1st record). What event would cycle through the record as they are
loaded so that each instance of the imgPreview would display the value
assoicated with that particular record?
Thank you,
Daniel
I have a continuous form which contains a field name imgPath, which has the
path & filename of an image. Next to it I have place an image which I am
trying to link to the imgPath field so as to provide the user with a preview
of the image in question.
I tried the Me.imgPreview.Picture=Me.imgPath.Value in the Form current
event, but this populate all of the preview windows with the same image (that
of the 1st record). What event would cycle through the record as they are
loaded so that each instance of the imgPreview would display the value
assoicated with that particular record?
Thank you,
Daniel