Hey guys,

I hope this makes...

I have 4 comboboxes. The first is the only one active and the other three become active once a selection from the first has been made. There is a submit button that gathers all the options, runs a comparison to an Array, and shows the items that match the criteria of the 4 comboboxes.

I want them to populate based on the previous option. However, if the user decides to accept the default selections and hits submit, I want to collect the data from the comboboxes that have not been "changed" nor "closed" per the listener's code.

So:

- Combobox 1 only one active.
- User selects an option, other three comboboxes become enabled & populated.
- User decides NOT to change comboboxes 2, 3, nor 4 and hits submit.
- Question: How do I collect what is currently selected in ALL 4 boxes at once without the other three listeners being activated?
- Question: Actually, when I use the ".addItem" command in CB1, is what is visible on CB 2, 3 & 4 considered the currently selected item or not selected but available, etc.?

Thanks for any response!
Kirk =]