G
GKuenning
Guest
Couldn't find the answer to this question in the search...
I'm trying to use this code:
If Not Me!PHOTO_LINK = "" Or Not IsNull(Me!PHOTO_LINK) Then
Me!Image62.Picture = Me!PHOTO_LINK
Else
Me!Image62.Picture = ""
End If
in a report, so that my linked photo is visible for each record. The help tells you to put it under "On Current" just like a form, but there is no "On Current" in my report. I tried putting the code under "On Page" but it linked the wrong picture to each record. Please Help!
Thanks.
I'm trying to use this code:
If Not Me!PHOTO_LINK = "" Or Not IsNull(Me!PHOTO_LINK) Then
Me!Image62.Picture = Me!PHOTO_LINK
Else
Me!Image62.Picture = ""
End If
in a report, so that my linked photo is visible for each record. The help tells you to put it under "On Current" just like a form, but there is no "On Current" in my report. I tried putting the code under "On Page" but it linked the wrong picture to each record. Please Help!
Thanks.