Show Employee Picture on form

V

visidro

I have an employee table that contains a picture (file name path) of each
employee.
The employee form works just fine, displaying the pictures.
I would like to add the picture of the employee to the payroll form, that
is, when an employee is choosen from a combo box I would like to have the
picture show on another box.
The employee and payroll tables are linked, by employeeid, could some one
help me with the code to accomplish this please.
thank you
visidro
 
B

Boyd Trimmell aka HiTechCoach via AccessMonster.co

It will work basically the same as the employee form. You will need to add
code tot he after ipdate event of the control box and the On current event of
the form.

Hope this helps ...
 
Top