Hi All
I am having a little problem with the following code. I can't seem to get it to go back to focus on the Contact field. Please Advise.
Private Sub Contact_LostFoc us()
If IsNull(Contact) Then
MsgBox "This field must be filled in!"
Me.Contact.SetF ocus
End If
End Sub
Regards
Wayne
I am having a little problem with the following code. I can't seem to get it to go back to focus on the Contact field. Please Advise.
Private Sub Contact_LostFoc us()
If IsNull(Contact) Then
MsgBox "This field must be filled in!"
Me.Contact.SetF ocus
End If
End Sub
Regards
Wayne
Comment