Question : Pictures in Form with columns

I am working with Access 2007
I have created a form with five columns based upon a query.
At the top of each column is an image box (Image102).
I have coded the On Current event of the form as so:  Me.Image102.Picture = Me.Pic1
While each of the five columns contains information specific to its corresponding record... the picture for each column is the same one.  There shoud be five different images specific to the five different records.

What am I doing wrong and how can I corrrect it...?

Thank you for your assistance with my little dilemma
Attachments:
 
Screen shot of form
Screen shot of form
 

Answer : Pictures in Form with columns

In Access 2007, the image control has a control source property.  Set that to the field that has the path to the image.  Voila!
Random Solutions  
 
programming4us programming4us