Need to add jpg to a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I go about adding imagies such as jpg, jpeg and bmp pictures to a
form. I want it so if you press a button or? a person would be able to add
his own pic's to the form. I will set up the form so he can only add a
certian pic size into a box that I provide for that picture.
 
Add a field to your table that is datatype OLE Object. That will store
an image in the field.

You might want to use a link to an image though, or your database is
gonna balloon like Oprah.
 
You are better off not storing the picture within Access. If you want the
database to grow exponently, then this a way to do this. You are better off
storing the image on the server and providing a link to open the picture.
 

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