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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top