I'm looking for a way to determine if a table exist using VBA. If a specific table exists I want to delete it, then recreate a new table. If a specific table does not exist, then I will create the table. This is part of my dynamic search routine. I must create a table regardless, but I'm trying to trap for the condition when the table exists.