F
fambaus
Hello Gurus and Friends -
My problem query is this:
I have two tables, A and B, B is a clone of A in structure and data.
To start, the data in A and B match perfectly.
I wanted to create a query to find missing records in B when the data was
been changed/updated.
I then delete 20 random records in table B.
I used the Unmatched Query wizard to create a base query.
I added in the additional key fields to the Where clause with the 'Is Null'
criteria.
My query returns zero records.
What is the falw in my approach? Should I use a subquery instead?
Many thanks!
Mike
My problem query is this:
I have two tables, A and B, B is a clone of A in structure and data.
To start, the data in A and B match perfectly.
I wanted to create a query to find missing records in B when the data was
been changed/updated.
I then delete 20 random records in table B.
I used the Unmatched Query wizard to create a base query.
I added in the additional key fields to the Where clause with the 'Is Null'
criteria.
My query returns zero records.
What is the falw in my approach? Should I use a subquery instead?
Many thanks!
Mike