Search results for query: *

  1. W

    Datagrid with columns from two tables

    Thanks for the reply jmcilhinney, However, that was not the question. How can I get the columns from two different tables to be displayed in the one datagrid?
  2. W

    Datagrid with columns from two tables

    To the forum, I am new to VB.net and database programing in general and have a question regarding the datagrid and databinding. I have three tables with the following columns: tblContacts: - idContact - FirstName - Surname tblContactNumbers: - idContactNumber - idContact - idNumberType -...
  3. W

    Datagrid with columns from two tables

    To the forum, I am new to VB.net and database programing in general and have a question regarding the datagrid and databinding. I have three tables with the following columns: tblContacts: - idContact - FirstName - Surname tblContactNumbers: - idContactNumber - idContact - idNumberType -...
Back
Top