T
Tom Gettys
In the article "How to Display Images in a Form Without Storing the Images in
a Table" it is explained that you put the filename in a text box, add an
image control to the form, and then put a tiny bit of code in the OnCurrent &
After Update events:
Me![name of image control].Picture=Me![name of text field w/filename]
It works, or seems to. However, when I exit Access and then restart it, it
stops working!
I have found that it starts working again if I go into design view on the
form and reselect an image for the image control using the ... button.
I am not providing fully qualified filenames in the text field because the
images are in the same directory as the database (I had assumed the default
directory would be the current directory).
I am perplexed by this behavior - any thoughts???
a Table" it is explained that you put the filename in a text box, add an
image control to the form, and then put a tiny bit of code in the OnCurrent &
After Update events:
Me![name of image control].Picture=Me![name of text field w/filename]
It works, or seems to. However, when I exit Access and then restart it, it
stops working!
I have found that it starts working again if I go into design view on the
form and reselect an image for the image control using the ... button.
I am not providing fully qualified filenames in the text field because the
images are in the same directory as the database (I had assumed the default
directory would be the current directory).
I am perplexed by this behavior - any thoughts???