MacroScope
Programmer
I'm trying to find which event is essentially the opposite of OnCurrent. I want to run instructions as the record changes from one to another, but not as it loses focus to another form or other object.
Access describes the OnCurrent event as:
"Occurs when the focus moves to a record, making it the current record, or when the form is refreshed or requeried."
I want the event which is the last thing that occurs before the focus moves to another record.
Does such an event exist? I've been looking high and low and can't find what I need.
Access describes the OnCurrent event as:
"Occurs when the focus moves to a record, making it the current record, or when the form is refreshed or requeried."
I want the event which is the last thing that occurs before the focus moves to another record.
Does such an event exist? I've been looking high and low and can't find what I need.