quietstormtw
Programmer
Hi all, is there anyway to find out if a table exists?
I import a bunch of tables, from CSV files...sometimes I get import error tables. I would like to find out if these tables are present...then delete them. I've tried to use the code:
DoCmd.DeleteObject acTable, "table1_importerrors"
This works, only if there is a table present, which won't be the case all of the time.
Any assistance is greatly appreciated
I import a bunch of tables, from CSV files...sometimes I get import error tables. I would like to find out if these tables are present...then delete them. I've tried to use the code:
DoCmd.DeleteObject acTable, "table1_importerrors"
This works, only if there is a table present, which won't be the case all of the time.
Any assistance is greatly appreciated