Confirm Deletion Message

message from Koulla on 17 May 2004
Hello,

I have a macro contains Runsql: Delete * MyTable
everytime I run that macro a confirm deletion message
appears. Is there anyway to not show this message and just
do the deletion?
I try to do this from the tools options edit/find tab
document deletions but it not works!

Thanks a lot!
 
Allen Browne replied to Koulla on 18 May 2004
In your macro, turn SetWarnings off before you RunSql, and turn it on again
afterwards.
 

Archived message: Confirm Deletion Message (MS Access Error Message)