?
...
Hi all,
I have problem trying to make fully automatized delete of existing data in
table via VBA code.
I want to skip warning: "You are about to delete __ row(s)from the
specified table. ... Are you sure...?" that Access always asks.
Is it possible to answer YES on this questions, but without user seeing
warnings?
Thanks in advance.
Best regards,
Stole.
PS.
CODE works fine, but can't loose warning:
DoCmd.RunSQL "DELETE IDtel,PozivniBr,TelBr " & _
"FROM tblSnimTel"
I have problem trying to make fully automatized delete of existing data in
table via VBA code.
I want to skip warning: "You are about to delete __ row(s)from the
specified table. ... Are you sure...?" that Access always asks.
Is it possible to answer YES on this questions, but without user seeing
warnings?
Thanks in advance.
Best regards,
Stole.
PS.
CODE works fine, but can't loose warning:
DoCmd.RunSQL "DELETE IDtel,PozivniBr,TelBr " & _
"FROM tblSnimTel"