I have a combo on my form that has to have a value in it. The field is Bank. I have this code on the Lost Focus and OnExit Events and still it does not make it work. Nothing happens, no message, no set focus???
If IsNull([Bank]) Then
MsgBox "You did not select a bank account,Select or else Cancel"
Me.Bank.SetFocus
End If