Hi All,
I have two tables in SQL Server 2005 with name table1 and table 2, both is having same fields name,phone, email and few common records too. Email is a primary key. Now I want to shift the data from table 2 to table 1. but I want that in a form(using VB.net) it display the information of both tables record by record. If i found that information in any field of second table is latest then i will select that if information in 1st table field is latest then i will select that. whatever field I select for that particular record it should store that in table 1.
Can anyone help me to do this.
Thanks
I have two tables in SQL Server 2005 with name table1 and table 2, both is having same fields name,phone, email and few common records too. Email is a primary key. Now I want to shift the data from table 2 to table 1. but I want that in a form(using VB.net) it display the information of both tables record by record. If i found that information in any field of second table is latest then i will select that if information in 1st table field is latest then i will select that. whatever field I select for that particular record it should store that in table 1.
Can anyone help me to do this.
Thanks