Hello Dears
I wanna know some important things
Case:
1- I have 3 tables that have relations (Contacts, Telephones, Category)
One Contact have many Telephones, I want to make query or something else that let my Data is Displayed like this:
(Group by Name)
How Can I do This?
AND HOW can I Display The data in The DataGridView as the same way in the picture?
------------------
Case
2- I have Combobox that filled with Contacts Names from Contacts Table, I want to populate Contact details into Textboxes, and remember that each contact has many telephones, therefore I have DomainUpDown control for telephones becaues I want list all contact's telephone numbers in DomainUpDown control
How Can I populate Contact Detail into Textboxes?
How Can I list Telephones in DomainUpDown?
( I work on VB.NET 2005)
Thank you in Advance
I wanna know some important things
Case:
1- I have 3 tables that have relations (Contacts, Telephones, Category)
One Contact have many Telephones, I want to make query or something else that let my Data is Displayed like this:
(Group by Name)
How Can I do This?
AND HOW can I Display The data in The DataGridView as the same way in the picture?
------------------
Case
2- I have Combobox that filled with Contacts Names from Contacts Table, I want to populate Contact details into Textboxes, and remember that each contact has many telephones, therefore I have DomainUpDown control for telephones becaues I want list all contact's telephone numbers in DomainUpDown control
How Can I populate Contact Detail into Textboxes?
How Can I list Telephones in DomainUpDown?
( I work on VB.NET 2005)
Thank you in Advance