I have two fields 1 & 2
field 1 is a simple combo list of user defined values ie A, B, or C
Field 2 relates to a attribute of the data in field 1 and is not always the same for A, B, and C i.e
A could have a,d or e
B could have b,d or e
C could have c,d or e
I would like field 2 to have a combo box which only displays (or throws an error if other than) a,d, or e when A is chosen in field 1; b,d or e when B is chosen; etc
I though about using cascading combo boxes, but field 1 is already the first selection in another cascading combo box group and I did not know if it could control 2.
field 1 is a simple combo list of user defined values ie A, B, or C
Field 2 relates to a attribute of the data in field 1 and is not always the same for A, B, and C i.e
A could have a,d or e
B could have b,d or e
C could have c,d or e
I would like field 2 to have a combo box which only displays (or throws an error if other than) a,d, or e when A is chosen in field 1; b,d or e when B is chosen; etc
I though about using cascading combo boxes, but field 1 is already the first selection in another cascading combo box group and I did not know if it could control 2.