Hello,
I need help writing SQL code to drop all tables that contains "ImportErrors" in it. Is there a way this can be done to delete all tables that have this criteria?
thanks
Hello,
I need help writing SQL code to drop all tables that contains "ImportErrors" in it. Is there a way this can be done to delete all tables that have this criteria?
thanks
I still don't know what criteria would go into the loop
If tdf.Name Like "*ImportErrors*" Then
If tdf.Name Like "*ImportErrors*" Then
DROP TABLE tdf.Name
That's what I'm guessing.
Did you notice the link at the bottom?
Sorry I did not notice the link at the bottom. I got it now. Thanks!
No problemo!