Access Close Button: Event

J

Jess

I have a form and a subform.

When I click somewhere on the subform and then on the access close button,
the subform exit event seems to fire first –I am probably wrong on this.

Is there an event firing right after I click on the access close button and
before the subform exit event fires?

Thanks
 
J

Jack Leach

Subforms and their parents will automatically save when the focus is switched
between the two. When you hit the close button, the focus is going to the
main form, in which case the update events of the subform will fire if it is
dirty. Come to think of it, any LostFocus or Exit (is this for forms or only
certain controls?? not sure..) events may run during this time as well.

hth
--
Jack Leach
www.tristatemachine.com

"I haven't failed, I've found ten thousand ways that don't work."
-Thomas Edison (1847-1931)
 
J

Jack Leach

Subforms and their parents will automatically save when the focus is switched
between the two. When you hit the close button, the focus is going to the
main form, in which case the update events of the subform will fire if it is
dirty. Come to think of it, any LostFocus or Exit (is this for forms or only
certain controls?? not sure..) events may run during this time as well.

hth
--
Jack Leach
www.tristatemachine.com

"I haven't failed, I've found ten thousand ways that don't work."
-Thomas Edison (1847-1931)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top