E
Erwin Bormans
Hi all
When I run the following code:
sql = "DELETE Scheuten.* FROM Scheuten"
DoCmd.RunSQL sql
He always asks the user if he wants to continue with this delete query. Is
there a way to avoid this question and just run this sql statement?
Kind regards
Erwin
When I run the following code:
sql = "DELETE Scheuten.* FROM Scheuten"
DoCmd.RunSQL sql
He always asks the user if he wants to continue with this delete query. Is
there a way to avoid this question and just run this sql statement?
Kind regards
Erwin