Inserting a photo in a form

J

JT

Please help,
I am trying to insert photos of my employees into an employee database but
find that the database grew by 15 MB with just 3 photos.
I am having trouble inserting and would like to know how to insert photos
simply and how to keep the size down.
I thank all that can assist me in advance.
JT
 
C

Craig Alexander Morrison

Don't!

Look at storing the path and filename of the picture rather than attempting
to store it in the database.

The problem with Jet is that it stores all picture data in bitmap format so
even a small JPEG file can cause enormous growth in filesize.
 
A

Allan Murphy

Have a look at the employees form in NORTHWIND.MDB. The photo location is
stored as a string variable in the photo field.
 

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

Similar Threads

Internet Photo on Form 2
Inserting Image in Form 1
photos 2
Employee Photos 9
Insert photos in a form 2
PUtting photos on form 2
Huge Video File After Edit 3
images on a form 3

Top