DESMAN2003
Programmer
Hi,
I was wondering whether anyone has any ideas on how to do this:
I have 2 combo boxes with the following data:
combo 1: 1,2,3,4,5
combo 2: a,b,c,d,e
and 2 buttons.
When button 1 is clicked, I want the following selected in the combo boxes:
combo 1: 1
Combo 2: a
When button 2 is clicked;
Combo 1: 2
Combo 2: b
Does anyone know how I could do this?
Thanks in advance!
I was wondering whether anyone has any ideas on how to do this:
I have 2 combo boxes with the following data:
combo 1: 1,2,3,4,5
combo 2: a,b,c,d,e
and 2 buttons.
When button 1 is clicked, I want the following selected in the combo boxes:
combo 1: 1
Combo 2: a
When button 2 is clicked;
Combo 1: 2
Combo 2: b
Does anyone know how I could do this?
Thanks in advance!