Trouble Linking .bmp files

B

Beverly76

I have followed the MS instructions on displaying graphics in a form or
report from their name in a table to the best of my ability. The graphic is
not consistantly changing as I toggle through the records. Does anyone know
of a sample database with graphics listed by name which successfully print in
a form or report?
 
E

Exponent

Could it be that some images are missing ?

Maybe you need to test if the file exists (using dir) and if it does not, clear the image control (or display
a 'no image' picture).

Otherwise, it may help if you posted your code.
 
Top