Showing images in unbound frame

Paolo34

New member
Local time
Today, 22:39
Joined
Jan 3, 2011
Messages
1
Hi all,

Currently trying to work out how to show an image in an unbound frame. What I want is each record in my table to have a path to the location of the image (will probably be on a network drive) and for the image to change as each record is displayed in my form.

The DB is a searchable employee database. So search for the name of the employee, record is found showing details but also the corresponding image of that employee.

Any help very much appreciated.

Cheers

Paul.
 
If you have Access 2007+, you can use regular Picture control for this. Just bind it to the picture full filename source.

If you use lower version of Access, you can use AccessImagine for this - http://access.bukrek.net
 

Users who are viewing this thread

Back
Top Bottom