I'm not actually sure I'm using the right querry wizard and as I dig deeper into Google, I'm even more confused (and quickly realizing how much I don't know!). Here's the scenario (and yes I've googled repeatedly, read a ton and just don't understand what I'm doing wrong):
I was given 2 tables: 1) is a list of fixed asset from corporate. Basically it has a unique identifier PK of AssetID, with a bunch of info about that asset. 2)Is a list from the Auditor about the fixed assets, also each with a primary key.
My job (I'm an accountant) is to figure out, which of the auditor list is on the corporate list. So I've added (and made a relationship) AssetID to the Auditor table and as I figure the AssetID out I write it in.
It's now become apparent that the auditor missed a few pieces of equipment himself. When I'm done assigning all the auditor's list an AssetID I'm certain there will be assetID's left in Table1 (above) that haven't been used and I want to run a querry to find them.
I *thought* it was as easy as running the unmatched querry wizard with the AssetID in Table 1 compared to AssetID in Table2 but it just returned every single line, and not the ones that haven't been used left. I've read and I've read and I just can't grasp what I'm doing wrong. . .
I know I'm probably thinking about this all sorts of wrongly so please help a girl out.
Thanks in advance.