I use a form to run a few codes on a database in Access. During update or deletion Access asks whether you want to update or delete.
I would like to know if there is any way of turning off these system messages or let the user choose his preference on whether he would like thoses messages to pop up or not.
Don't foget to turn these back on.
DoCmd.SetWarnings false
DoCmd.SetWarnings true
Application.DisplayAlerts = false
Application.DisplayAlerts = true
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With