I have two cascading combo boxes that the user must select. Based on the selections I want to display two additional fields. For example,
If you choose A and 1 show XX and YY
If you choose A and 2 show XX and XY
If you choose B and 1 show XY and YY
If you choose B and 2 show XX and XX
...
All of this pulls from a 4 column main table
Column 1 = A, B...
Column 2 = 1, 2...
Column 3 = XX, XY...
Column 4 = YY, XY...
Thanks!