Which events are fired depend on the state of the form. If the form is dirty
(i.e. there is changed data to be saved) there will be more events fire than
there will be if all that needs to be done is to move to the next record.
The form event that fires for every move from one record to another is the
form's Current event.

Signature
Wayne Morgan
Microsoft Access MVP
> Hi
>
[quoted text clipped - 3 lines]
>
> Thanks.