T
TopherR
I am using a form which includes an image for each record (similar to the
employees form in the Northwind database). When I move to a form that
displays a jpeg image I see message flash on the screen and vanish before
there is any chance of reading it. This doesn't happen with bitmap images
and the file size of the image does not seem to be a factor. The following
line of code seems to cause the problem:
Me![ImageFrame].Picture = fName
Can anyone explain why this is happening and/or suggest a solution?
employees form in the Northwind database). When I move to a form that
displays a jpeg image I see message flash on the screen and vanish before
there is any chance of reading it. This doesn't happen with bitmap images
and the file size of the image does not seem to be a factor. The following
line of code seems to cause the problem:
Me![ImageFrame].Picture = fName
Can anyone explain why this is happening and/or suggest a solution?