I have a field where someone has to enter a number. The number will always be comprised of 8 digits. How do I set the validation rule to force the person to enter 8 digits exactly?
Maybe store the field as a Text field (assuming you will have leading zeroes--which you will) and have the Validation Rule as "########". --
Find common answers using Google Groups:
Yes. Numbers 0-9 are stored in proper order. You only get into trouble when doing a "binary compare" on lowercase-and-uppercase letters (i.e. 'a' > 'A'; 'a' > 'Z'). --
Find common answers using Google Groups:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.