Deleting Data with a macro

S

Steve

Is it possible to delete all data in a table using a
macro ?

I don't want to delete the actual table, just the
underlying data.

Thanks
 
P

Piers 2k

Steve,

It's a powerful macro, so be careful who has it.

Try these steps:
1) Set Warnings | No
2) RunCommand | SelectAllRecords
3) RunCommand | DeleteRecord
(Action | Property)

Hope this helps,

Piers

| Is it possible to delete all data in a table using a
| macro ?
|
| I don't want to delete the actual table, just the
| underlying data.
|
| Thanks
 

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