Question
compare 2 comboboxes
Hi,
I'm using adobe Pro to create a form.
I would like to know how i can compare 2 comboboxes. This is needed to prevent that the user makes a combination that is not possible.
Ex.
Combobox1 has the values A, B, C, D and Combobox 2 has the values C, D, E, F.
The user can only combine C+D and D+E but not A+C, A+B, .....etc.
How do i do this in code. I added the export values since i think this can be used for this purpose.