F
Falcon08
What do I put down for validation rule when I want a three-digit permit
number, such as 018 and not just 18?
number, such as 018 and not just 18?
Chris O'C via AccessMonster.com said:Use this:
Like "[0-9][0-9][0-9]"
In the validation text use this:
The permit number must be 3 digits.
Chris
Microsoft MVP
What do I put down for validation rule when I want a three-digit permit
number, such as 018 and not just 18?
I entered the validation rule (below). When I entered 018, it did not
accept. And when I added a number, such as 0183, it accepted it as 183. For
some reason, it did not read the first number as zero, but rather as a null.
How can I make it accept zero as a number?
Chris O'C via AccessMonster.com said:Use this:
Like "[0-9][0-9][0-9]"
In the validation text use this:
The permit number must be 3 digits.
Chris
Microsoft MVP
What do I put down for validation rule when I want a three-digit permit
number, such as 018 and not just 18?