How do I show hyperlinked images opened in a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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
 
Back
Top