I know there is a piece of code that can toggle them on and off, just not sure what it is... can someone give me a hand?
thanks.
Printable View
I know there is a piece of code that can toggle them on and off, just not sure what it is... can someone give me a hand?
thanks.
VB Code:
DoCmd.SetWarnings False 'Turns off the warning messages. DoCmd.SetWarnings True 'Turns them back on.