Most welcome, Ben ! :-) Just for the record, the solution presented by Arun is a manual way of doing what the DataSet.Merge method does internally (after a lot of schema definition checking and constraint enforcement).
On Jun 22, 9:02 pm, Snoopy33 <[email protected]> wrote: > Cerebrus' solution was by far the easiest > > Dim table3 As Data.DataTable = Me.Lists.NewCustomers > > table3.Merge(Me.Lists.TPCustomer) > DataGridView1.DataSource = table3 > > works like a charm. > > Thank you very much > Ben
