compacting access database does not remove all temporary files

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

Guest

After compaction my database size is reduced but not correctly.

I have copied the daid DB to a new DB, deleted all the tables, forms etc.
and created a new small system. After compaction the size is close to 38Mb
(the original DB size was 70Mb).

How do I get rid of all the unnecessary temporary staff?
 
Recreating the database is a fine way to get rid of the spurious stuff.

It might also help to turn off Name AutoCorrect under:
Tools | Options | General
More info on that:
http://allenbrowne.com/bug-03.html

A Decompile might also help. Enter something like this at the command prompt
while Access is not running. It is all one line, and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\MyPath\MyDatabase.mdb"

Then compact again.
 

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