B
Bob Quintal
There isn't ONE. If you move off a record that has not been edited,What is the last event that fires when moving off of a record. It
needs to give me access to the values of the controls in the
record I am moving off of. Thanks.
only viewed, then it's the OnCurrent event. If you have edited the
record it's the form's AfterUpdate Event. Those only apply if you move
off a record t5o another record. If you move off the record by closing
the form, then it's the Form_Close event.
What specifically are you trying to do? If you tell that, people can
make better suggestions.