compact

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.
 
D

Douglas J Steele

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.
 

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