Clear Table Query

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

Guest

This there a way to set up a query that will clear a table. I know I can
make a query the "makes" a table and if the table already exsist then it
deletes all the data in it. However, this also deletes the formats of the
table, such as "Index: NO, no duplicates". Is this a way to get around this?
 
It is called a DELETE query.

You should periodically compact the database following deletes.
 

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