Unconstrained input. Could be 30 or more comboboxes. The form is to allow the use to request parts. Each part has 6 option cases. Color, size, etc. I have a command button that creates a row of comboboxes for each part. The trick is that not all sizes come in all colors. So for each part, the user selects a size, and then (here's the trick part) the color combobox updates in response to the size selected. I'm stuck because I can select a size but vba doesn't see the action. (thanks for your help~!)