Images in A2K Database (http://accdevel.tripod.com/)

N

Nigel Barraclough

Thank you for posting this database. Like others I was having trouble with
displaying JPG images that would open without having to double click and I
am sure this will help when I have thoroughly digested it.

I am not an Access expert but I think the form frmImageFileDetail needs a
slight modification because the images do not update as you move from record
to record. I think you need to add the following code to the On Current
Event "Me![imgTheImage].Picture = Me![txtImagePathAndFile]"

Also, a minor point, on frmMainSwitchboard the Close button closes the
database and not the window.
 
Top