How do I get a different pic to show for each record in a form?

G

guynoeyes

I'm trying to make every record in a form to display a different picture. I
know I can make an OLE field in the table the form is based on and insert
pics into each record to make it display a small icon on the form but I'm
trying to make them display pics 2.73"x3.75" and they just come out blurry.
Any suggestions?
 
D

Damian S

Hi guynoeyes,

Store a text field in your table containing the path/filename of the picture
you wish to display. Have an image on your form and set the image picture to
the path/filename from your text field in the On Current event of the form.

Damian.
 
Top