Printing pictures in Access Report

G

Greg

I want a report where each page displays a different record and one control will contain a digital photo. The Photos are stored in a subdirectory of the database so I have a text field in the table that points to the relative path of the jpeg file.

I assume that I then drop a OLEbound control on the report, provide the text field as the control source, and then I'm at a loss. how do I tell the control to actually display the image?

Thanks in advance,

Greg
 
B

Bruce M. Thompson

I want a report where each page displays a different record and one control
will contain a digital photo. The Photos are stored in a subdirectory of the
database so I have a text field in the table that points to the relative path of
the jpeg file.
I assume that I then drop a OLEbound control on the report, provide the text
field as the control source, and then I'm at a loss. how do I tell the control
to actually display the image?

You would use an Image control and you will find your answers through the
following page at The Access Web:

Forms: Handle/Display images in forms/database
http://www.mvps.org/access/forms/frm0030.htm

If you will be printing a large number of images, see, also, the following page
at Stephen Lebans' web site:

http://www.lebans.com/printfailures.htm

:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top