View Full Version : Trouble with hyperlinked image displaying opened in a report


jgales
11-08-2007, 10:19 AM
I am working with MS Access 2003. I can not for the life of me figure out how to get my hyperlinked images that are in a table to appear opened in my report. I have 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 with
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 and it needs to be completed very soon.

Thanks