LINKING IMAGES WITH A TABLE FEILD

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 

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

Back
Top