D
DennisB
Hi
I have a Access 2003 database that imports data from an Excel workbook.
Periodically an Import Errors table is created (these are minor errors which
can be ignored).
I use a macro to delete any Import Error tables using the deleteobject
command.
This works fine except that if there is no table the macro stops.
Is there anyway I can check for the existence of an Import Errors table and
only run the command if a table exists?
Thanks
Dennis
I have a Access 2003 database that imports data from an Excel workbook.
Periodically an Import Errors table is created (these are minor errors which
can be ignored).
I use a macro to delete any Import Error tables using the deleteobject
command.
This works fine except that if there is no table the macro stops.
Is there anyway I can check for the existence of an Import Errors table and
only run the command if a table exists?
Thanks
Dennis