Hi all,
I have to populate combo box that retrieve data from database in windows based application. I have two tables which are type and CD. Type has type ID and Category. CD has type ID as foreign key. When I will add a new CD, the user interface for user will show combo box to choose the category from combo box and the selected value should be saved as type ID.
First, I did a quarry in type dataset that will do search by type ID.
Now, I don’t know how to use this method to populate the category combo box in CD interface.
Any volunteer to help me.
I have to populate combo box that retrieve data from database in windows based application. I have two tables which are type and CD. Type has type ID and Category. CD has type ID as foreign key. When I will add a new CD, the user interface for user will show combo box to choose the category from combo box and the selected value should be saved as type ID.
First, I did a quarry in type dataset that will do search by type ID.
Now, I don’t know how to use this method to populate the category combo box in CD interface.
Any volunteer to help me.
Comment