I\'m following code I found on another site. Here\'s the basics of my code:
Dim SQL As String Dim connString As String connString = \"ODBC;DSN=DB01;UID=;PWD=;Da
If you want to delete if right after refresh you should do the refresh not in the background (using first parameter -> Refresh False) so that you have proper sequence of actions