Do any of the events that trigger when closing a form (unload, close, etc)
fire when you put a form into design view? I have a main form that is
basically a switchboard, and on load I have docmd.setwarnings false (this
way
all subsequent actions have no warnings). On unload of the form I set the
warnings back to true. Since I am still creating the database I go to
design
view frequently, but it doesn’t seem to turn the warnings back on unless
I
actually close the form. I’d like to be able to switch back and forth
from
between design view and form view but not have other objects save without
prompting when I do this.
Thanks.
....jeff...