D
Dave Elliott
Rate is a control, the other field is not bound
I am trying to use the messaage box if amounts do not match then msgbox, is
this syntax correct?
They both contain $ amounts
If [Rate] <> [Text430] Then
MsgBox "Rates Do Not Match, Are You Sure?"
End If
I am trying to use the messaage box if amounts do not match then msgbox, is
this syntax correct?
They both contain $ amounts
If [Rate] <> [Text430] Then
MsgBox "Rates Do Not Match, Are You Sure?"
End If