Hi Folks,
I want to know that how can change the list of options in one combobox by selecting an item from another combobox.
As per example, suppose we have one table which contains a list of customers and ordernumber, one customer placed several orders. I want to develop two combobox one contains list of customers and another one contains list of orders. The functionality I want to perform is on click of any value from customer combobox, its respective order list(i.e, orders placed by one customer) should display in order combobox.
I am finding hard to resolve this issue.
Regards
Parminder