S
Scott H
I have tried all of the examples listed in various post from this and other
forums. I am having no luck in getting the results desired. I have Access
2002. Here is the code I have been trying.
I want to be able to have all of the pictures with my associated database,
text field path of image, related on the report displaying the correct
picture for the member.
Placed in the Details>On Format & OnPrint Events....neither had the desired
effect. I have tried both Image Frame and Unbound OLE Image. The Unbound
OLE displays the picture of the first record with an image on all images,
then the second page of the report has the first image as the background
image for the rest of the pages of the report. Below is the simplest code I
have tried, but all the other ones that somewhat worked did the same thing.
If Len(Me.txtPicture) > 0 Then
Me.Picture = Me.txtPicture
End If
Any idears???
Thanks, Scott
forums. I am having no luck in getting the results desired. I have Access
2002. Here is the code I have been trying.
I want to be able to have all of the pictures with my associated database,
text field path of image, related on the report displaying the correct
picture for the member.
Placed in the Details>On Format & OnPrint Events....neither had the desired
effect. I have tried both Image Frame and Unbound OLE Image. The Unbound
OLE displays the picture of the first record with an image on all images,
then the second page of the report has the first image as the background
image for the rest of the pages of the report. Below is the simplest code I
have tried, but all the other ones that somewhat worked did the same thing.
If Len(Me.txtPicture) > 0 Then
Me.Picture = Me.txtPicture
End If
Any idears???
Thanks, Scott