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