How [why] are you moving the data from one record to another?
The form or field AfterUpdate event will fire after the data has been updated. You can use the form or field BeforeUpdate event to trap the action before it happens.
Sorry, I'm not actually moving any data - I'm just scrolling through the recordset and want to create an event which refreshes data in a linked list on the same form containing related data.