Hello,
I'm new to programming, currently I'm working on a windows form application in Visual Studio 2008. So far I have 1 form that contains a combobox and a textbox, the combobox accesses a column in an access database table (Items). I've got this working fine by setting the datasource and display member properties of the control.
What I'm having trouble doing is auto populating the textbox with the data in the next column (Qty) based on the user selection in the combobox. Any help would be greatly appriciated.
Thanks,
Joe
I'm new to programming, currently I'm working on a windows form application in Visual Studio 2008. So far I have 1 form that contains a combobox and a textbox, the combobox accesses a column in an access database table (Items). I've got this working fine by setting the datasource and display member properties of the control.
What I'm having trouble doing is auto populating the textbox with the data in the next column (Qty) based on the user selection in the combobox. Any help would be greatly appriciated.
Thanks,
Joe