Skinn102
04-04-2007, 11:54 PM
Hi
Pretty new to all this, so please bear with me while i try and explain.
I have a table called exclusions with three columns: Domain, Process, and Sub Process.
What I want to do is run a query from another table, excluding anything that matches all three columns in the exclusions table. :confused:
I've started off with something like this.
SELECT *
FROM Dashboard_Closed, Excluded
WHERE (((Excluded.Domain) Is Null) And ((Excluded.Process) Is Null) And ((Excluded.[Sub Process]) Is Null));
But I don't seem to be getting anywhere, i just get a blank Query. I'm very very much a beginner to all this, so if anyone can help I would be eternally grateful.
Thanks
Pretty new to all this, so please bear with me while i try and explain.
I have a table called exclusions with three columns: Domain, Process, and Sub Process.
What I want to do is run a query from another table, excluding anything that matches all three columns in the exclusions table. :confused:
I've started off with something like this.
SELECT *
FROM Dashboard_Closed, Excluded
WHERE (((Excluded.Domain) Is Null) And ((Excluded.Process) Is Null) And ((Excluded.[Sub Process]) Is Null));
But I don't seem to be getting anywhere, i just get a blank Query. I'm very very much a beginner to all this, so if anyone can help I would be eternally grateful.
Thanks