CurrentDb.Execute "DELETE FROM MyTable", dbFailOnError
(replace MyTable with the actual table name)
(Note that if you have referential integrity turned on, you have to ensure
that you delete the data in the correct order)

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> Good day,
>
[quoted text clipped - 3 lines]
>
> Thanks in advance
K - 22 Nov 2006 23:05 GMT
Thanks for the response. All I did that worked for me was created a Delete
Query. Simple and quick.
Cheers
> CurrentDb.Execute "DELETE FROM MyTable", dbFailOnError
>
[quoted text clipped - 10 lines]
> >
> > Thanks in advance