compact

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

Guest

I have a macro that has few actions such as run delete query and then import
data.

The whole idea is to delete all records and import the latest ones.

however due to the large file size...the database needs to be "Compacted &
repaired" after running the delete query.

How can I addd compact & repair in the action line of the macro?

Pls help.
 
Your application should be split into a front-end (containing the queries,
forms, reports, macros and modules), linked to a back-end (containing the
tables and relationships). The front-end can compact the back-end without
any problems.
 
Back
Top