images in access field?

K

kaiallard

hello

i am wondering if in access it is possible to insert image files in a
field and how to do so.

I want to apply this knowledge to saving images of people beside their
names. Then when i make a form the image of the person can appear
beside his name for every person in my database.

Thanks for your help!
 
J

John Vinson

hello

i am wondering if in access it is possible to insert image files in a
field and how to do so.

I want to apply this knowledge to saving images of people beside their
names. Then when i make a form the image of the person can appear
beside his name for every person in my database.

It can be done, several ways - the simplest is to just create a BLOB
(Binary Large Object) field and store the image in it, but be warned
that this causes VERY rapid bloating of your database.

For some alternatives that avoid this problem see Larry Linson's
sample code at the website

http://accdevel.tripod.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