Hi,
If your database is getting large and needs compacting further you can start Access with the following command line: msaccess /decompile.
Then, open your database and it will decompile it for you. You then go to Tools / Macro / Visual Basic Editor. Choose Debug / Compile_[database_name]
This will give you a compact and faster (if you have a lot of VBA Code) database.
Note, this mostly works on larger databases.
Regards,
Garry