Reduce database file size

K

Khalid

Hi,

I have created a database including a total of 200 image files, although
images size are small 4KB for each, the database size becomes 150MB.

I tried and copacted the databse but no change.

I'm looking for any solution to reduce the file size, please help.
 
T

Tom

I cannot give you the technical reason but I know mdb files are very bad for
storing images and other files. The mdb will bloat a great deal as you know
by now. I recommend you store a file path to your images and then store the
pictures in a folder.
 
Top