david.paton
Registered User.
- Local time
- Today, 01:58
- Joined
- Jun 26, 2013
- Messages
- 338
Hi,
Could someone please show me what the vba code is to suppress error messages for an event. I know you can turn it off but I want it to turn off automatically for an event then I could put turn it back on after the event.
I looked online and I found this response but it didn't seem to work. This was the code:
DoCmd.SetWarnings false
What code could I put at either end of the event to suppress, reacctivate the error messages?
Thanks,
Dave
Could someone please show me what the vba code is to suppress error messages for an event. I know you can turn it off but I want it to turn off automatically for an event then I could put turn it back on after the event.
I looked online and I found this response but it didn't seem to work. This was the code:
DoCmd.SetWarnings false
What code could I put at either end of the event to suppress, reacctivate the error messages?
Thanks,
Dave