J
John Davis
Given 2 Access Tables with identical fields, how can we find out the
differences between the records??
For example, in table1,
ID Name Amount
1001 N1 A1
1002 N2 A2
1003 N3 A3
in table2,
ID Name Amount
1001 N1 A1
1002 N2 A2
1004 N4 A4
i.e. Table1 - Table2 will yield record with ID 1004, and Table2 - Table1
will yield record with ID 1003?? any operations in Access can do that??
Please advice. Thanks!!!
differences between the records??
For example, in table1,
ID Name Amount
1001 N1 A1
1002 N2 A2
1003 N3 A3
in table2,
ID Name Amount
1001 N1 A1
1002 N2 A2
1004 N4 A4
i.e. Table1 - Table2 will yield record with ID 1004, and Table2 - Table1
will yield record with ID 1003?? any operations in Access can do that??
Please advice. Thanks!!!