Hello all!
I'm a beginner so please bare with me. I've researched my problem a dozen different ways and can't find the exact help I need so I've come here.
I have a list of Vendors on an Actuals Table that will have vendors added to it from time to time. I also have a Vendors Table that contains the Vendor Name and it's Vendor ID. I need to be able to run a query that will show me the new vendors (by name or by ID or both) that have been added to the Actuals Table by running it against the Vendors Table. So I'm thinking I need to put "Is Null" somewhere but nothing is working when I try that..lol So far I have this in my query:
Vendors.VendorName Vendors.VendorID Actuals.VendorID
criteria: "Is Null"
In my Actuals Table "LineItem" is the PK and in my Vendors table "VendorID" is the PK. I have them linked by VendorID.
I get blanks when I run this query. Any help would be much appreciated!
Thanks,
Nani
I'm a beginner so please bare with me. I've researched my problem a dozen different ways and can't find the exact help I need so I've come here.
I have a list of Vendors on an Actuals Table that will have vendors added to it from time to time. I also have a Vendors Table that contains the Vendor Name and it's Vendor ID. I need to be able to run a query that will show me the new vendors (by name or by ID or both) that have been added to the Actuals Table by running it against the Vendors Table. So I'm thinking I need to put "Is Null" somewhere but nothing is working when I try that..lol So far I have this in my query:
Vendors.VendorName Vendors.VendorID Actuals.VendorID
criteria: "Is Null"
In my Actuals Table "LineItem" is the PK and in my Vendors table "VendorID" is the PK. I have them linked by VendorID.
I get blanks when I run this query. Any help would be much appreciated!
Thanks,
Nani