Is it possible to group 3 fields?
-
Hello
I would like to know if it is possible to group 3 fields? for example, lets take 3 number fields A, B and C . I want their sum to not exceed 100, as in if a user enters 50 in A then he shouldn’t be able to enter a value more than 50 in B and C. And if the user enter 40 in B then he shouldn’t be able to enter a value more than 10 since he enter 50 in A and 40 in B (total A+B+C = 100). If he tried to enter a value more than 10 in C, he should get an error saying that “This field cannot accept a value more than 10 since the field A and B sums up to 90” or something like that.
Thanks in advance.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Is it possible to group 3 fields?’ is closed to new replies.