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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Run SQL Delete Query 1
Supress 'Record is deleted.' warning 4
turning off action queries 3
Action Query Messages 7
vba 8
Delete Button 2
Remove SubTotals Confirmation 3
Vacinations ??? 4

Back
Top