T
TravelingHT
I am trying to get a "Yes/No" Combo box result to initiate a GoToControl. No
luck.
This is what I have so far:-
Private Sub EverHiredTemporaryHistologist_Exit(Cancle As Integer)
If Me.EverHiredTemporaryHistologists = "No" Then
DoCmd.GoToControl(Me.HRPersonability).SetFocus
ElseIf Me.EverHiredTemporaryHistologists = "Yes" Then
DoCmd.GoToControl(Me.HRRelationshipSpeed).SetFocus
End If
End Sub
No errors or anything. I am starting to think the first line is the problem.
Both controls are in the same form.
This whole (Cancle As Integer) or () I am not sure how I decied what to use?
Thanks in Advance
--
Anthony Williams
Histotech Exchange LLC
19 Whitmore St.
Lexington, VA 24450
(e-mail address removed)
luck.
This is what I have so far:-
Private Sub EverHiredTemporaryHistologist_Exit(Cancle As Integer)
If Me.EverHiredTemporaryHistologists = "No" Then
DoCmd.GoToControl(Me.HRPersonability).SetFocus
ElseIf Me.EverHiredTemporaryHistologists = "Yes" Then
DoCmd.GoToControl(Me.HRRelationshipSpeed).SetFocus
End If
End Sub
No errors or anything. I am starting to think the first line is the problem.
Both controls are in the same form.
This whole (Cancle As Integer) or () I am not sure how I decied what to use?
Thanks in Advance
--
Anthony Williams
Histotech Exchange LLC
19 Whitmore St.
Lexington, VA 24450
(e-mail address removed)