validation rule

S

Spencer Hutton

is there a validation rule to allow the user to enter only an 8 digit
number. no more, no less.
 
V

Van T. Dinh

You may also want to set InputMask (and AutoTab on Form) that restricts to
exactly 8 digits.
 
Top