Validation arguments

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to set up a field that will allow you to type in a number between 200 and 299, is there a way I can do this with my validation rule? Thanx!
 
In the field's Validation Rule property put:

Between 200 And 299

Good luck.

Sco

gperson said:
I'm trying to set up a field that will allow you to type in a number
between 200 and 299, is there a way I can do this with my validation rule?
Thanx!
 
Back
Top