Greetings,
I have a subform where I can edit data and I have the following code;
Public Sub GotoNewRecord()
If Me.sumtransvolume = me.TotalLitres Then
Me.LabOpNumber.SetFocus
Else
DoCmd.GoToRecord , , acNext
End If
what occurs is that focus moves to a new...