LINKING IMAGES WITH A TABLE FEILD

G

Guest

I APOLOGIZE ABOUT THIS I AM STILL OPEN TO ANSWERS BUT I
THINK I FOUND WHAT I WAS LOOKING FOR. LET ME KNOW IF I AM
RIGHT THOUGH. PLACE THE PICTURE IN MY TABLE AS A OLE
BOUND OBJECT

JOE
 
K

Kelvin

Yes you can place the picture as an OLE object except that storing images
this way will cause the database to get really big really fast. It is not a
good idea to store images directly in Access. Check out the link sugegsted
by Bruce. Basically you store the images in a directory then when you need
the image you use an image field on the form and set the contents of this
image to the file in the directory. This is a much cleaner way to handle
images in Access.

Kelvin
 
Top