Difference between two access tables

info1010 -  
H_sergio Posted messages 239 Status Member -
Hello,

I have two Access tables, table2 is the result of a query selecting from table1, so all the rows in table2 are contained in table1.

I would like to retrieve the differing rows between these two tables (table1 - table2).

Thank you in advance.

2 answers

Greg
 
Hello,

nothing could be simpler:

Start Request Assistant then select No Match Request which selects records with no corresponding entries in the other

It’s up to you to choose the fields to compare, but in your case, you can choose all the fields.

See you later!
1
H_sergio Posted messages 239 Status Member 7
 
Oh yes, I'm definitely making life complicated for myself!
0