A
austins54
Guest
I have been tasked to work on a database that was created in Access 2.0 and now has been upgraded to Access 2000. The problem that I am having is that there are tables and queries that are created when a user selects certain things and the deleted when a user clicks on done. However if the user doesn't click on done and just closes the application then the tables don't get deleted and the next time the user goes to again select certain things then all they get is a message that the table or query already exits. Is there VBA code that will search through the database for a specific table and if it does exist then delete it and if it doesn't then continue on with its task?