picture saving - ms access

G

Gurpreet Singh

i want to add pictures in one of my tables in ms access ..
is there any ay of doing that?
 
A

Arvin Meyer [MVP]

It is always better to add a path to a picture and use an Image control to
display it in a form or report. You can also embed a picture in a Bound OLE
field using a form to write to the corresponding field in the table.
 
J

Jason Lopez

Using this particular method of setting the path for the images, would it
work well if the image we, say, an employee picture and needed to change
from one employee to the next?

Jason Lopez
 
O

Ofer Cohen

Yes
In the example you can see how to display a picture for each property, it
would work just the same with pictures for employees
 
Top