Is there any way to check if a table exist aand if so delete it?
I was thinking this might do it:
VB Code:
If CurrentDb.TableDefs(TempTable).Name > "" Then DoCmd.RunSQL "DROP TABLE TempTable;" End If
but that hangs!
|
Results 1 to 14 of 14
Threaded View
|
Click Here to Expand Forum to Full Width |