Compact Database

  • Thread starter Thread starter TSellers
  • Start date Start date
T

TSellers

Guest
I have a macro that runs an append query and quits. As the database runs 90 MB in size and goes to 28 MB when compacted, I would like to run the compact database command as the last part of the macro before quit. Can I do this? If so how would it be done? Thanks.
 
Add a RunCommand command as the last line of your macro, and select CompactDatabase as the argument.
 

Users who are viewing this thread

Back
Top Bottom