Database Size

G

Gary

Is it much of a problem is an Access database reaches over 1 gig in size? I
can easily see the database I designed reaching that figure in a few weeks
time. Even with the compacting/repair utility I run every day.
 
R

Rick B

Depends on the version of access. Go to help and type "preferences" to see
how large a file your version will support.

If it is a problem, you may want to break data into multiple backends or
upsize to a server based database.
 
D

Douglas J Steele

One question is why is it getting so big? Are you storing images in it? If
so, consider taking the images out of the database, and only storing a path
to them: Access is notoriously bad at handling images internally.
 
Top