Hi, i have a requirement where in a form i have a multi-selectable combo box(say combo a) based on the selected no of items ,i need to display another set of combo boxes with the selected items (from combo a ) as their lables...
like if i select item1 amd item2 in first combo(parent combo) i should be able to display two child combo boxes(as i selected two items from parent) with item1 as label for first child and item2 for second child.
Is this possible..please help me