databinding in VB2005
Hello,
i terribly need some help me to solve this problem.
I am working on VB2005.
Trying to connect Access database.
The scenario is ,
--------------------------------------
1)The VB2005 form has combobox.it should be populated with first name of the employee from employees table in Access(northwind database).
2)After that if we select the first name from combobox, customers associated with that particular employee should be displayed on the datagrids.(customername,customer id from customers of northwind database)
3)if Any cell of the datagrid is clicked another datagrid should be shown.It should contain orders detail of the corresponding customers.
-------------------------------------------
where i got stuck up is,
i can populate the combobox using the datasource connection wizard.
bt i cant do the other two parts.
plz help me to sort it out.
Bhuns
|