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
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