J
Jeff
I have 2 tables of student information, one for 2006 and one for 2007.
They both with the same primary key ( DOB and last name, which I know
is not perfect).
I would like to create a query to merge this data. By merge, I would
like to:
1) merge the data from the 2 tables when I find matching keys on both
tables.
2) leave the data from the 2006 as is if there is no record in 2007
3) add the 2007 if there is no record for 2006.
I think this would be a series of queries, but I'm at a loss at how to
begin.
Thanks
Jeff
They both with the same primary key ( DOB and last name, which I know
is not perfect).
I would like to create a query to merge this data. By merge, I would
like to:
1) merge the data from the 2 tables when I find matching keys on both
tables.
2) leave the data from the 2006 as is if there is no record in 2007
3) add the 2007 if there is no record for 2006.
I think this would be a series of queries, but I'm at a loss at how to
begin.
Thanks
Jeff