Only three months and I'm rusty as ...!
I have two tables, and I want to find via a query, the records in one that are not also in the other table.
Neither table has a single unique identifier (I added an autonumberPK afterward), but is unique by virtue of a combination of two fields (i.e. "Map" and "Code" together define uniqueness in each of the two tables tblHB and tblM.
This is simple, right? I'm getting only the opposite of what I want.
I have two tables, and I want to find via a query, the records in one that are not also in the other table.
Neither table has a single unique identifier (I added an autonumberPK afterward), but is unique by virtue of a combination of two fields (i.e. "Map" and "Code" together define uniqueness in each of the two tables tblHB and tblM.
This is simple, right? I'm getting only the opposite of what I want.