K
Karen
Hi,
I want to validate a serial number by having the number entered twice. If
the numbers do not match I want a message box to pop up alerting the user
that the numbers do not match.
I was thinking of something along the lines of using On Dirty on the second
field with the code IIf ([serialnumber_1]<>[serialnumber_2],
[forms]!frmMsgBox). But I can't get this to work. Any suggestions?
I want to validate a serial number by having the number entered twice. If
the numbers do not match I want a message box to pop up alerting the user
that the numbers do not match.
I was thinking of something along the lines of using On Dirty on the second
field with the code IIf ([serialnumber_1]<>[serialnumber_2],
[forms]!frmMsgBox). But I can't get this to work. Any suggestions?