Hi
I have two combo boxes. When combo1's selected index changes, I want to retrieve that selected index and if that selected index equals 5 (or whatever), I want combo2's selected index to change to 1.
Example:
I have a combo box called fldIDCardDescription. If fldIDCardDescription text equals 'DRIVER'S LICENSE' (index 5), I want the other combo box (fldState) to default to 'PENNSYLVANIA' (index 1).
I have two combo boxes. When combo1's selected index changes, I want to retrieve that selected index and if that selected index equals 5 (or whatever), I want combo2's selected index to change to 1.
Example:
I have a combo box called fldIDCardDescription. If fldIDCardDescription text equals 'DRIVER'S LICENSE' (index 5), I want the other combo box (fldState) to default to 'PENNSYLVANIA' (index 1).