i have 2 tables, i want to compare them and create a new table with these 2 tables.
Table1 Table2
A A
B B
C B!
D C
D! D
E E
E! F
so my new table should like these after comparing
NEW TABLE
Field1 Field2
A A
B B
"missing" B!
C C
D D
D! "missing"
E E
E! "missing"
"missing" F
I hope my example is clear. Please let me know how i can do this
Thanks in advance
Table1 Table2
A A
B B
C B!
D C
D! D
E E
E! F
so my new table should like these after comparing
NEW TABLE
Field1 Field2
A A
B B
"missing" B!
C C
D D
D! "missing"
E E
E! "missing"
"missing" F
I hope my example is clear. Please let me know how i can do this
Thanks in advance