R
Randy Wayne
Below is a method with minimal code
Dim strSQL as String
Dim cnn As ADODB.Connection
Set cnn = CurrentProject.Connection
strSQL = "DELETE Customers.* FROM Customers"
Execute.sql
cnn = Nothing
Dim strSQL as String
Dim cnn As ADODB.Connection
Set cnn = CurrentProject.Connection
strSQL = "DELETE Customers.* FROM Customers"
Execute.sql
cnn = Nothing