Create a macro with the RunSQL action.
The statement to delete all records from Table1 is:
DELETE FROM Table1;
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Eddy" <(E-Mail Removed)> wrote in message
news:CE8A289F-4D76-466A-AAD7-(E-Mail Removed)...
>I need to delete all records in a table but keeping the table. This is to
> allow new records to be push into the table by my IT admin (he is not
> familiar with Access). Can't do appending data as past weeks data may
> change. Any suggestions?