In the Form's "On Current" Event Procedure enter the followingVBA Code
If Not Me.NewRecord Then Me.Combo_Name_goes_here = Me.field_name_goes_here
Where the field name is the field that your combo uses to find the required record.
In the Form's "On Current" Event Procedure enter the followingVBA Code
If Not Me.NewRecord Then Me.Combo_Name_goes_here = Me.field_name_goes_here
Where the field name is the field that your combo uses to find the required record.