man....i got 2 many questions....i need opinions on this one.... heres my setup

1.NumericUpDown - Number of Items
--------------------------------------------
2.ComboBox - To choose a certin Item
--------------------------------------------
3.ComboBox - For Setting for those items
4.ComboBox - For Setting for those items
--------------------------------------------
5.Checkbox - Random Settings Option


now heres wut i got so far....i got 1. setup to add or delete items from 2. when 1.'s value is changed....now i need a good way of keeping the settings from 3. & 4. together with the right item from 2. ... so when i change 2. i want it to show the settings for another one of the items.....

remember there is no set number of items....so how would i set it up to create a new string, send values to that string....then call those values back when the user chooses that item from 2.

thx in advance for all of ur help!

AcE