ghostrider
New member
Linking Combo box selection to textbox contents
Hi Guys,
I am currently a third year programmer in college, and am working on experience. I have a good grasp of vb6 but am just beginning with vb.net. Although I am doing well, i have hit a snag. I am currently designing a program that adds, displays and edits an access database. I have three tables named TblTenant, TblResidents, TblAddress. I want the user to be able to select an address from the dropdown box and then have textboxes display the relevant tenants and residents for that address. I can do this in vb6 using recordsets but am unsure of how in vb.net. Can anyone please help me on this. Also Could someone show me how to set the primary id key of the latter two tables so it is the same as the tenant entries as this is the link between the three tables. Thanks in advance.
Hi Guys,
I am currently a third year programmer in college, and am working on experience. I have a good grasp of vb6 but am just beginning with vb.net. Although I am doing well, i have hit a snag. I am currently designing a program that adds, displays and edits an access database. I have three tables named TblTenant, TblResidents, TblAddress. I want the user to be able to select an address from the dropdown box and then have textboxes display the relevant tenants and residents for that address. I can do this in vb6 using recordsets but am unsure of how in vb.net. Can anyone please help me on this. Also Could someone show me how to set the primary id key of the latter two tables so it is the same as the tenant entries as this is the link between the three tables. Thanks in advance.