Sorry for the bump on this. I posted yesterday and just looking for anything. I am new to LINQ so I have what is probably a basic question. I have filled 2 datasets: Dim DB2SQLData As New db2SQLDataSet() Dim sheet2Adapter As New db2SQLDataSetTableAdapters.Sheet2TableAdapter Dim noteAdapter As New db2SQLDataSetTableAdapters.NotesTableAdapter sheet2Adapter.Fill(DB2SQLData.Sheet2) noteAdapter.Fill(DB2SQLData.Notes) The sheet2 table has a one to many relation to the notes table. I have dragged over the
Read More...