I have a mainform with a subform that shows individual properties (houses).
Also on the main form is a imageframe that displays a picture of the house
depending on which record is selected in the subform. The pictures are
linked from a separate directory.
Everything works fine - except there is a quick "flicker" each time a new
record is selected and a new picture is displayed. The flicker is caused by
a message box appearing for a split second saying "importing
c:\photos\photoname.jpg"
I assume it is caused because I am linking the photos instead of embedded.
The pictures change constantly and there are many thousands of them so
embedding is not an option.
Is there a way to turn that message off? Any other ideas?
Terry
Douglas J. Steele - 28 May 2007 15:07 GMT
Check http://www.mvps.org/access/api/api0038.htm at "The Access Web"

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
>I have a mainform with a subform that shows individual properties (houses).
>Also on the main form is a imageframe that displays a picture of the house
[quoted text clipped - 13 lines]
>
> Terry