Question...

S

skc

Access2000 on Windows 2000 Pro.

I have a database called A.mdb that contains 2m records
(in a table called 'one'). The size of the .mdb file is
1GB.

I delete all the records in table 'one', the size of
the .mdb is still 1GB.

This also occured when I had another database, copied al
the tables and queries out of it into a new database, and
the size dropped from 2GB to 300MB!!!

Why is this?

skc
 
L

Liz

You need to compact your db.
Tools - Database Utilities - Compact and Repair Database

You can also set the db up to Compact on close.
Tools - Options - General Tab - Click on Compact on Close

With the auto compacting you can run into problems if more
than 1 person is using the db. Read up on it in Help.

Good Luck!
 

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