miller1975
Programmer
Hello All,
I am attempting to do the following.
I have 2 tables, I am going to call it Tbl_Old (has old data) and Tbl_New (has new data).
Both the tables have same field names and structure. I need to compare these 2 tables and show the difference in a new table, which I will call Tbl_Result.
Any ideas on how to do this. Maybe a query to find the difference.
Also I want to know how to move data from one table to another. Again both tables have same field structure.
Please advice.
I am attempting to do the following.
I have 2 tables, I am going to call it Tbl_Old (has old data) and Tbl_New (has new data).
Both the tables have same field names and structure. I need to compare these 2 tables and show the difference in a new table, which I will call Tbl_Result.
Any ideas on how to do this. Maybe a query to find the difference.
Also I want to know how to move data from one table to another. Again both tables have same field structure.
Please advice.