jjsan
12-04-2001, 07:45 PM
I have an employee db. I would like to include employee pictures and have does pictures appear with the employee information such as Name, address, etc. How do I do this?
|
View Full Version : Pictures viewable on forms and reports jjsan 12-04-2001, 07:45 PM I have an employee db. I would like to include employee pictures and have does pictures appear with the employee information such as Name, address, etc. How do I do this? mrssevans 12-06-2001, 05:51 AM On your employee table you need to add an OLE Object. On your form you just enter a pic in that spot and it will save in the table with that employee's data. http://www.access-programmers.co.uk/ubb/smile.gif jjsan 12-10-2001, 04:56 AM Thank you, I was having trouble inserting the picture, but have discovered that I had to "select all" the picture, "copy", and paste it into the field. |