nissan240zx
Programmer
Hell All,
Before I begin let me say I dont have Unmatched Query wizard installed on my computer.
Here is what i am trying to find.
I got a table with 5 fields (Account #, Customer #, Region Code, Zip Code etc). This table contains both old and new informaiton. I means old zip code and new ones.
I have split the table with 2 queries. One that gives me information on old records and other that gives me information on new records. The problem is that list for new records also contains some old ones as that informaiton hasnt changed.
Now what I want to do is..compare the 2 queries and get the ones that are not matching.
I tried to use the "Not In" method but didnt work. I am sure I did wrong.
So for example sake you can use Query1 (master query) and Query2 (Child query) and I want to know which records are not matching in child in comparison to master.
Please advice..
Thanks in advance..
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder
Before I begin let me say I dont have Unmatched Query wizard installed on my computer.
Here is what i am trying to find.
I got a table with 5 fields (Account #, Customer #, Region Code, Zip Code etc). This table contains both old and new informaiton. I means old zip code and new ones.
I have split the table with 2 queries. One that gives me information on old records and other that gives me information on new records. The problem is that list for new records also contains some old ones as that informaiton hasnt changed.
Now what I want to do is..compare the 2 queries and get the ones that are not matching.
I tried to use the "Not In" method but didnt work. I am sure I did wrong.
So for example sake you can use Query1 (master query) and Query2 (Child query) and I want to know which records are not matching in child in comparison to master.
Please advice..
Thanks in advance..
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder