Hello I'm a newbie in vb 2005 and i have problem
I have windows form that has a datagrid and a tab control next to it, the tab control has 4 different tabs and each tab has several textboxes.
Based on the selection of the data on the datagrid i want the text boxes to update to the matching that for that name.
I have added the datasource, established a relationship using the common ID between the two tables and i have binded some of the textboxes to the database field i want to display. When it runs i can see the first instance on the textboxes but it does not update index changed.
Some details
It is an access database with several tables, only need to use two.
I get no build errors...nothing happens when i change the selection in the datagrid...for all that i have read i thought it would do this automatically.
I tried these same steps using a single table and i did work...so not sure why the difference.
Any help / hints / recommendations very much appreciated
I have windows form that has a datagrid and a tab control next to it, the tab control has 4 different tabs and each tab has several textboxes.
Based on the selection of the data on the datagrid i want the text boxes to update to the matching that for that name.
I have added the datasource, established a relationship using the common ID between the two tables and i have binded some of the textboxes to the database field i want to display. When it runs i can see the first instance on the textboxes but it does not update index changed.
Some details
It is an access database with several tables, only need to use two.
I get no build errors...nothing happens when i change the selection in the datagrid...for all that i have read i thought it would do this automatically.
I tried these same steps using a single table and i did work...so not sure why the difference.
Any help / hints / recommendations very much appreciated