Inserting a picture on every record

A

aj20

hi, how can I display a picture on every record on a form. I have a field
called "imagepath" in my table and i have put an image file path on every
record in that table. Please help me in a simple way.

thanks
 
M

Madhivanan

Use Picture box in the form and write the code

PictureBox.Picture=loadPicture(Path)

Madhivanan
 
A

aj20

thanks, I copied the Employees form from Northwind database and made the
chaanges to it and now it ias working fine.

aj20
 
Top