I have a form with two text boxes. The first determines the valid values for the second.
For example:
Text1 can be A or B.
If text1=A then Text2 can have values of 1,2,3. If text1=B then text2 can have values of 10,20,30. How do I approach this and where? I want the form to be "stuck" until valid values are entered.
Thanks in advance to all those who reply.
For example:
Text1 can be A or B.
If text1=A then Text2 can have values of 1,2,3. If text1=B then text2 can have values of 10,20,30. How do I approach this and where? I want the form to be "stuck" until valid values are entered.
Thanks in advance to all those who reply.