question on how to insert pictures into reports

G

Gina

I have an underlying table that has hyperlinks to a picture file. I am
creating a report based on this table. Instead of showing the hyperlink, I
would like to have a 3"x3" picture. Is there a way to do this that you know?

Thank you,
Gina
 
N

NetworkTrade

Add an Image control to the report.
After you add and save the image control, delete it's picture
property.
Code the Detail Section Format event (if the picture is in the detail
section):
Me!ImageName.Picture = Me![FieldName]
 

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