G
Guest
I'm using Access 97
I need to delete a heap of tables. But first I need to check if they are in
use. If one table is being used then I don't want to delete any of them.
I know I need two loops, one to check if the tables are open or being used,
and the second to delete (deleting is the easy part!)
How do I check if the tables can be deleted?
I need to delete a heap of tables. But first I need to check if they are in
use. If one table is being used then I don't want to delete any of them.
I know I need two loops, one to check if the tables are open or being used,
and the second to delete (deleting is the easy part!)
How do I check if the tables can be deleted?