I'm sure what I'm trying to do is'nt that unusual but I can't find an answer anywhere.
All I want to do is find the records in one table without exact matches in another table. To put it another way records where Table1.Column1 <> Table2.Column1 AND Table1.Column2 <> Table2.Column2.
I need to do this is track down an import problem where all correct records are not getting selecting.
Thanks in advance for your time.
All I want to do is find the records in one table without exact matches in another table. To put it another way records where Table1.Column1 <> Table2.Column1 AND Table1.Column2 <> Table2.Column2.
I need to do this is track down an import problem where all correct records are not getting selecting.
Thanks in advance for your time.