S
Scafidel
I can't seem to get this to work. In the code below, ActualBonus is a
calculation and TotalBonus is entered by the user; both are text fields. I
would like the message to appear after entering the data, but it doesn't seem
to work. I can substitute the value of either [ActualBonus] or (a correct)
[TotalBonus] and it works.
Thanks
Private Sub TotalBonus_LostFocus()
If ActualBonus = TotalBonus Then
MsgBox "Bonus OK"
Else
End If
calculation and TotalBonus is entered by the user; both are text fields. I
would like the message to appear after entering the data, but it doesn't seem
to work. I can substitute the value of either [ActualBonus] or (a correct)
[TotalBonus] and it works.
Thanks
Private Sub TotalBonus_LostFocus()
If ActualBonus = TotalBonus Then
MsgBox "Bonus OK"
Else
End If