Hello,
In a form, I have a combo box which, when a number is selected, I'd like it to jump to the next field in the form which is "Initials." I have this afterupdate code:
Private Sub Combo151_AfterUpdate()
GoToControl.Initials
End Sub
But all I get is an error message saying I must save the field before executing the gotocontrol action. How do I do that?
Thanks,
Dean
In a form, I have a combo box which, when a number is selected, I'd like it to jump to the next field in the form which is "Initials." I have this afterupdate code:
Private Sub Combo151_AfterUpdate()
GoToControl.Initials
End Sub
But all I get is an error message saying I must save the field before executing the gotocontrol action. How do I do that?
Thanks,
Dean