O
Olu Solaru
Scenario.
Initially I had a form with 23 combo boxes.
Based on a suggestion, I decided to have one combo box and listbox.
This way I can populate the listbox with values based on my combo box
selection.
I basically want to move the actual selection from my combo box to the
listbox.
My problem is that it works, but it transfers all the values from the combo
box.
What I want is to be able to get that one value from my combo box selection
to automatically populate in the list box. , then continue with another
selection from my combo box. So if I wanted to add 20 values to my listbox
then, all 20 values should be listed in the listbox in one column.
Here is my code sample
Initially I had a form with 23 combo boxes.
Based on a suggestion, I decided to have one combo box and listbox.
This way I can populate the listbox with values based on my combo box
selection.
I basically want to move the actual selection from my combo box to the
listbox.
My problem is that it works, but it transfers all the values from the combo
box.
What I want is to be able to get that one value from my combo box selection
to automatically populate in the list box. , then continue with another
selection from my combo box. So if I wanted to add 20 values to my listbox
then, all 20 values should be listed in the listbox in one column.
Here is my code sample