T
The dude
Guest
I want to run a peice of code (Access 97) that checks to see if a table exists and if so delete it, if not, move forward. ie;
Table "A" exists?
Yes: Delete it.
No: Run this query.
If the table gets made and the app crashes, the next time they run it the app will crash because the table already exists. If I just tell it to delete the table from the start and the table already exists, the app crashes.
Ideas?
Thanks
Table "A" exists?
Yes: Delete it.
No: Run this query.
If the table gets made and the app crashes, the next time they run it the app will crash because the table already exists. If I just tell it to delete the table from the start and the table already exists, the app crashes.
Ideas?
Thanks