Lost my delete confirmation...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For some reason, Access 2000 no longer asks me to confirm when I delete a
table or query, and this makes me very nervous. I have checked off the
option box, but that seems not to change anything. I am working on some code
sections which toggle DoCmd.SetWarnings True/False. If I suspend the program
while I am in a "False" state, does that have an effect? Thanks.
 
Yes, that will cause you not to be prompted.

If you stop the debugger with docmd.setwarnings false, this will even stop
your being prompted until this value is reset from code or Access is
restarted.
 
Back
Top