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
 
Top