How do I show hyperlinked images opened in a report

F

FD

I am a newbie to access and I was wondering how I can show hyperlinked images
opened in a report. I have viewed other threads and it seems possible, but I
can not figure it out. I currently have a table with over 2000 records and
up to 6 hyperlinked images to each record along with other data. The reports
will be based off querries for a few records at a time. Please help!
 
F

FD

I really need help with this one. This is what I've done:
Added an Image control to the report.
After I added and saved the image control, I've deleted it's picture
property.
I Coded the Detail Section Format event
Me!ImageControlName.Picture = Me![FieldName]

Ive also tried the code:
Me.ImageControlName.Picture = Me.FieldName.Hyperlink.Address

Please help! I can't get the picture to display in the report
 

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