Deleting Data with a macro

  • Thread starter Thread starter Steve
  • Start date Start date
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
 
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
 
Back
Top