G
Guest
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]
This works great! However, I wish to have the images appear on my reports,
but do not know what event(s) to hook to so the image shows on the screen and
when the report is printed.
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]
This works great! However, I wish to have the images appear on my reports,
but do not know what event(s) to hook to so the image shows on the screen and
when the report is printed.