C
coffee-girl
Hi there
i have a text box where a user will enter a value.. txtValue
then i have another text box txtTotal.. what i need is to have this txtTotal
to have something like this..
if txtValue is greater then 9 then value = 2
if txtValue is greater than 7 and less then 9 value = 3
if txtValue is great then 5 and less than 7 value = 4
can anyone help that would be great i'm going nuts over here.. Thank you..
i have a text box where a user will enter a value.. txtValue
then i have another text box txtTotal.. what i need is to have this txtTotal
to have something like this..
if txtValue is greater then 9 then value = 2
if txtValue is greater than 7 and less then 9 value = 3
if txtValue is great then 5 and less than 7 value = 4
can anyone help that would be great i'm going nuts over here.. Thank you..