G
Guest
Thanks for taking the time to read my question.
I have 2 sets of data. I would like to see all the records from both sets,
but line up the records that do match, and include the records from both sets
that do match, without seeing each record for each record.
Tbl1 Tbl2
ID-----------------ID
1 1
2 3
4 4
Would Result in
1
2
3
4
I have 2 sets of data. I would like to see all the records from both sets,
but line up the records that do match, and include the records from both sets
that do match, without seeing each record for each record.
Tbl1 Tbl2
ID-----------------ID
1 1
2 3
4 4
Would Result in
1
2
3
4