F
Frolickin
I am struggling with how to create a query I desire.
Table1 contains the following fields:
autoID, cachename (text), county (text) and some other fields that are not
needed for this example
Table2 contains the following fields:
autoID, cacher (text), cachename(text), finddate (date/time)
cachename in Table2 is linked to a query of Table1.
What I want to do is create two queries:
one that will list a cacher and all cachenames found in a specific county
one that will list a cacher and all cachenames not found in a specific
county.
I have created a query of Table1 that lists all cachenames in a specific
county. How can I use this to generate the two queries above? Or maybe I
need to take another approach . . .
Table1 contains the following fields:
autoID, cachename (text), county (text) and some other fields that are not
needed for this example
Table2 contains the following fields:
autoID, cacher (text), cachename(text), finddate (date/time)
cachename in Table2 is linked to a query of Table1.
What I want to do is create two queries:
one that will list a cacher and all cachenames found in a specific county
one that will list a cacher and all cachenames not found in a specific
county.
I have created a query of Table1 that lists all cachenames in a specific
county. How can I use this to generate the two queries above? Or maybe I
need to take another approach . . .