empty table

P

PeteEHP

is their a way to empty a table when you close it???? So the records ge
deleted when you close the table
 
J

John Vinson

is their a way to empty a table when you close it???? So the records get
deleted when you close the table?

You can run a Delete query with no criteria; but opening or closing a
table datasheet has no events that you can program, so I'd say the
answer is no.

Why on Earth would you want to do this anyway!?
 
Top