Hi
I have a DataBase that contains 3 tables (Contacts, Telephones, Cats)
In my Form I have CombobBox to make quick search
this combobox filled with (ContactName) from (Contacts Table)
I want to display Contact details from 3 tables in textboxes that exist in my Form when I choose his name from combobox
The relation between Contacts and Telephones Tables is ( Contacts.CID = Telephones.CID), when Contacts.CID is P.K
and between Contacts and Cats tables is ( Cats.CatID = Contacts.CatID), when Cats.CatID is P.K
How can I do that ?!!
I use VB.NET 2005
thanks in advance
I have a DataBase that contains 3 tables (Contacts, Telephones, Cats)
In my Form I have CombobBox to make quick search
this combobox filled with (ContactName) from (Contacts Table)
I want to display Contact details from 3 tables in textboxes that exist in my Form when I choose his name from combobox
The relation between Contacts and Telephones Tables is ( Contacts.CID = Telephones.CID), when Contacts.CID is P.K
and between Contacts and Cats tables is ( Cats.CatID = Contacts.CatID), when Cats.CatID is P.K
How can I do that ?!!
I use VB.NET 2005
thanks in advance