Hi Guys,
I would like to delete an import error report table after my spreadsheet is imported but I am getting an syntax error message, can anyone see why?
If TableExists("'Progress to Assim$'_ImportErrors") Then
DoCmd.RunSQL "DROP TABLE 'Progress to Assim$'_ImportErrors; "
Else
'Do Nothing
End If
thanks
tom.
I would like to delete an import error report table after my spreadsheet is imported but I am getting an syntax error message, can anyone see why?
If TableExists("'Progress to Assim$'_ImportErrors") Then
DoCmd.RunSQL "DROP TABLE 'Progress to Assim$'_ImportErrors; "
Else
'Do Nothing
End If
thanks
tom.