Validating for numbers and null

  • Thread starter Thread starter CSDunn
  • Start date Start date
C

CSDunn

Hello,
How would I set up a Validation Rule to allow for only numbers (up to three
digits) and Null values?

Thanks!

CSDunn
 
How about using an input mask of 000. This will allow only numbers, upto 3
digits, and nulls. No validation needed.

Kelvin
 
Kelvin,
Thanks for your help!

CSDunn

Kelvin said:
How about using an input mask of 000. This will allow only numbers, upto 3
digits, and nulls. No validation needed.

Kelvin
 
Back
Top