To create an event procedure that runs when the Current event occurs, set the OnCurrent property to [Event Procedure], and click the Build button .
Syntax
Private Sub Form_Current( )
Remarks
You can't cancel this event by using the CancelEvent method of the DoCmd object. However, you can use the GoToRecord method of the DoCmd object to move to a different record.