G
Guest
Access 2002 Forms behave differently than Access 97 Forms.
ControlA has the Focus and I click ButtonB. If there is an Exit event for
ControlA, it will Fire, but the Click Event procedure for Button B never
fires.
In Access 97, The Exit Event would have fired and then the Click event for
the button would fire.
My workaround was to use the Change event where possible and not the Exit or
LostFocus events.
ControlA has the Focus and I click ButtonB. If there is an Exit event for
ControlA, it will Fire, but the Click Event procedure for Button B never
fires.
In Access 97, The Exit Event would have fired and then the Click event for
the button would fire.
My workaround was to use the Change event where possible and not the Exit or
LostFocus events.