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

--
Boyd Trimmell
aka HiTechCoach
http://www.hitechcoach.com
http://www.officeprogramming.com

Message posted via AccessMonster.com
 

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

Top