S
slickdock
I have forms in my mde that have macro events that occur upon unloading
and/or closing the form. I'd like all those macro events to cease if the user
closes the database before closing the form. Can I do that?
The problem is that the form in question (form B) checks for conditions on
other forms (i.e., form A) when it closes. But if the user skips directly to
closing the database before closing form B, I get errors that it can't check
for the value its looking for in form A (because form A I guess registers as
closed the second the user closes the database). So I'd like to kill all
procedures (except a normal save on a dirty form B) if the user closes the
database.
Hope this isn't too much for holiday brains filled with sugar and egg nogg!
and/or closing the form. I'd like all those macro events to cease if the user
closes the database before closing the form. Can I do that?
The problem is that the form in question (form B) checks for conditions on
other forms (i.e., form A) when it closes. But if the user skips directly to
closing the database before closing form B, I get errors that it can't check
for the value its looking for in form A (because form A I guess registers as
closed the second the user closes the database). So I'd like to kill all
procedures (except a normal save on a dirty form B) if the user closes the
database.
Hope this isn't too much for holiday brains filled with sugar and egg nogg!