validation rule for 1-10 (1 Viewer)

desibasha

Registered User.
Local time
Today, 02:18
Joined
Feb 12, 2004
Messages
27
i need help.
im sure this is easy but im new to this and stuck.

how do i set it up so the user can only add an integer w/no decimals and the values must be between 1-10?

can someone please explain it to me?
i tried <=1 AND >=10 but when it doenst seem to be working.

i get an error regardless of what value i put in that it doesn't meet the data required by the rule.

so can somone please help me out.
i would truly appreciate it.

Thanks!!!
 

MadMaxx

.NET foo
Local time
Yesterday, 21:18
Joined
Jun 27, 2003
Messages
138
First of all ifyou want it to be between 1 and 10 it must be >=1 AND <=10.

The way you had your rule before wouldn't allow numbers between 1 and 10
 

neileg

AWF VIP
Local time
Today, 02:18
Joined
Dec 4, 2002
Messages
5,975
In (1,2,3,4,5,6,7,8,9,10)
 

Users who are viewing this thread

Top Bottom