I usually just create several 'delete' queries. Afterwards, I just create a macro to run the delete queries in whichever sequence I need. In the macro you can also disable warnings too.
Best regards,
Todd
HOW CAN I CLEAR MULTIPLE TABLES WITH ONE QUERY?
first off... please lay off the CAPS LOCK. It's hard to read and looks
like you're SHOUTING at us.
You can't, not in one query. You'll need as many queries as you have
tables; but they can all be run from a Macro (using the RunQuery
action) or from VBA code. If this is a repetitive activity, just
program it so the user just needs to click a button or perform some
other appropriate action.
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.