I have a form that is creating a table and I want to check and make sure the table name that is entered into [Form]![Form1]![Text0] is in the database. If the table already exists I want to delete it because otherwise the new data that I am importing gets added to the current table. So basically I would like to know how you check to see if the new table you are creating already exists?
Thanks in advanced
Thanks in advanced