Adding Images/Pics to forms

B

Brook

I am setting up an inventory database and would like to
have pictures of my inventory items on my inventory form.
Does anyone have any suggestions on how to do this? Either
by linking directly to the image location or by storing
the image in the database?

Thanks in advance...

Brook
 
S

Sandra Daigle

Hi Brook,

You will want to avoid storing the image in the mdb file - this leads to
bloating. A better way is to store the path of the image and then use code
to display the image on the form. Check here for a more detailed explanation
of the problem and links to sample solutions:

http://www.granite.ab.ca/access/imagehandling.htm
 

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