is there a validation rule to allow the user to enter only an 8 digit number. no more, no less.
S Spencer Hutton Oct 22, 2004 #1 is there a validation rule to allow the user to enter only an 8 digit number. no more, no less.
F fredg Oct 22, 2004 #2 is there a validation rule to allow the user to enter only an 8 digit number. no more, no less. Click to expand... len([FieldName]) = 8
is there a validation rule to allow the user to enter only an 8 digit number. no more, no less. Click to expand... len([FieldName]) = 8
V Van T. Dinh Oct 23, 2004 #3 You may also want to set InputMask (and AutoTab on Form) that restricts to exactly 8 digits.