Displaying stored jpgs as pictures in a report

B

BlueWolverine

hello,
MS ACCESS 2003 on XP PRO

I've never stored jpgs in a table before, but now I apparently need to.

I figured out (i think) how to store a jpg in a table using OLE OBJECT data
type.

But when I try to make a report of that ttable, the picture displays as a
box with the file name displayed as text. How can I get the image to display
on the report?

Thank you,
 
S

Steve

Store your .jpgs in their own folder. Store the complete paths to your .jpgs
in your table in a text field. Then to display the .jpgs in your report, use
an image control and set the picture property of the image control to the
path of the .jpg.

Steve
[email protected]
 
Top