I am currently importing an Excel table into my database, but unfortunately Access does not like a part my imported data. Mostly the date due to it not being in text format. Due to the import errors, Access creates an import table to store the data it had an errors with. Is there a way without writing VB code to delete this table in a Macro or something so that it does not fill up my table folder? I tried a delete query and a simple Macro that would delete anything with **Sheet Import** errors in the text, but no luck. Any help is greatly appreciated! Thanks.