How can I delete all the records of 9 tables?
All 9 tables are in the same .mdb database.
I dont't know if I have to use one ADO(or DAO) for each
table or maybe there is a better way to do that...
I don't know.
All I know is that my SQL should look like this:
"delete from TableName;"
Anybody please help me




