I'm using docmd.setwarnings false/true in a module.
While testing, I bombed and I don't have an error handler right now. I've been trying to set the warnings back on, but I can't!!!
From both a button on a form and the intermediate window in a module I call docmd.setwarnings true, but the warnings are still turned off?
This should work, shouldn't it...I've done it before...what am I spacing out on?
Thanks.
Noel
Also, is the standard error handler the following relative to setwarnings:
errhandler:
docmd.setwarnings true
resume next
While testing, I bombed and I don't have an error handler right now. I've been trying to set the warnings back on, but I can't!!!
From both a button on a form and the intermediate window in a module I call docmd.setwarnings true, but the warnings are still turned off?
This should work, shouldn't it...I've done it before...what am I spacing out on?
Thanks.
Noel
Also, is the standard error handler the following relative to setwarnings:
errhandler:
docmd.setwarnings true
resume next