When using Numeric Textbox question types, you can set parameters to warn if a value entered is outside a range.
In the numeric textbox properties page, there's a params box.
You separate your statements with a comma and put spaces between the number and the bigger than/less than symbol like this:
>= 7,< 9
< -2,> -99
Don't put a space between the comma and the next value :)
