A
Anthony Viscomi
For some reason, and I'm sure its a simple one, the follow code won't set
the focus where it belongs. I've you used the same exact sub for another
event within another form and it worked fine. Please help, I've already
spent too much time on this silly issue.
Private Sub Option_LostFocus()
If IsNull (Me.Option) Then
MsgBox "An Option must be selected"
Me.Option.SetFocus
End IF
End Sub
the focus where it belongs. I've you used the same exact sub for another
event within another form and it worked fine. Please help, I've already
spent too much time on this silly issue.
Private Sub Option_LostFocus()
If IsNull (Me.Option) Then
MsgBox "An Option must be selected"
Me.Option.SetFocus
End IF
End Sub