R
Rafael
All,
I'm looking for a "newbie" friendly example/tutorial that will show me
step-by-step how to display data from Access DB on a comboBox control on a
WinForm.
Here is what I've done so far:
1. Created Access DB with two tables: Users, Tasks
2. Created Table Called Users which contains 3 columns: ID, NAME, WEBSITE
3. Added a Data Source to the Windows Aplication project
4. I selected my table and added all the controls to my form
5. I am able to view data when I use the "bindingNavigator"
However, what I want to do is have the list of values in the NAME column
available for selection when the form loads. Once a value is selected, do a
query on the Tasks table to return those values matching the selection on
the NAME comboBox. The result of the query will be added as a recordset to
Tasks ComboBox.
Thank you for your help!
Rafael
I'm looking for a "newbie" friendly example/tutorial that will show me
step-by-step how to display data from Access DB on a comboBox control on a
WinForm.
Here is what I've done so far:
1. Created Access DB with two tables: Users, Tasks
2. Created Table Called Users which contains 3 columns: ID, NAME, WEBSITE
3. Added a Data Source to the Windows Aplication project
4. I selected my table and added all the controls to my form
5. I am able to view data when I use the "bindingNavigator"
However, what I want to do is have the list of values in the NAME column
available for selection when the form loads. Once a value is selected, do a
query on the Tasks table to return those values matching the selection on
the NAME comboBox. The result of the query will be added as a recordset to
Tasks ComboBox.
Thank you for your help!
Rafael