I get Error #438 (object doesn't support this property or method) when I run the following code.
If Len(Me![ReqnWatch.NSN]) < 12 Then
MsgBox "The NSN you entered in invalid.", _
vbOKOnly, "RPP Tracking System"
Me![ReqnWatch.NSN].Undo
Me![ReqnWatch.NSN].BackColor = 255
End If
If Len(Me![ReqnWatch.NSN]) < 12 Then
MsgBox "The NSN you entered in invalid.", _
vbOKOnly, "RPP Tracking System"
Me![ReqnWatch.NSN].Undo
Me![ReqnWatch.NSN].BackColor = 255
End If