T
TechieMom
So, I need to write a program that connects to a database and populates
a combo box with the values from one column of one table (categories).
This part I have working just fine. Next I need to have a text box
populate with the "description" associated with the item chosen from
the combo box. (I'm having trouble here) I then need to populate a
datagrid with the rows associated with the category chosen from the
combobox.
It seems simple but I just don't get it.
I have the code in form load to populate the combo box now I'm trying
to add the code to populate the text box in the form load.
Any pointers??
Thanks
a combo box with the values from one column of one table (categories).
This part I have working just fine. Next I need to have a text box
populate with the "description" associated with the item chosen from
the combo box. (I'm having trouble here) I then need to populate a
datagrid with the rows associated with the category chosen from the
combobox.
It seems simple but I just don't get it.
I have the code in form load to populate the combo box now I'm trying
to add the code to populate the text box in the form load.
Any pointers??
Thanks