Hi,
Sometimes, when my table is imported, there are blank cells and an ImportError table gets created in Access.
That table needs to be deleted. But the problem is that if I put the code in:
and the table doesn't exist, an error message is popping up.
What do I need in my IF statement to cater for this?
Thanks,
R
Sometimes, when my table is imported, there are blank cells and an ImportError table gets created in Access.
That table needs to be deleted. But the problem is that if I put the code in:
Code:
DoCmd.DeleteObject acTable, "Agri_Futures_9196$_ImportErrors"
What do I need in my IF statement to cater for this?
Thanks,
R
Comment