Displaying Pictures

  • Thread starter Thread starter Fakhruddin Zavery
  • Start date Start date
F

Fakhruddin Zavery

Hello,

I have a form which shows employee details and want to include a image as
well. I have a field in the table which keeps a path to the file where the
images are stored locally on the machine.

I want to automatically change the picture of each individual when the
record changes from one person to another.

I have tried using the Image Control, Unbound and Bound Frame but am
failing. Well the picture comes up but either i have to click on the frame
to change or click on the bound frame and then the picture changes from one
record to another.

How can i do this so that no matter where i click or if i just move to
another record the picture would change without me clicking on the frame? I
am currecnlty using this code on the Event Procedure
On Error Resume Next
Me![ImageFrame].Picture = Me![ImagePath]

The Image Control has only On Click Procedure that I can think of making use
and the Frame has several but still I have to phyically click on the control
for the picture to change.

Will appreciate all the help.

Thanks and Regards
Fakhruddin
 

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