F 
		
								
				
				
			
		Frolickin
I have a table:
autoID, personname, event, eventdate
I have queries of this table to count events, determine who has done what
and when, etc.
One query I made queries this table and another that includes more
information about the event, including the county the event took place:
autoID, personname, event, eventdate, county
I created a query that determines for each personname, the events he has
attended in each county.
What I am struggling with is creating a query that determines for each
personname which events he has not attended in each county.
How would I go about creating this?
				
			autoID, personname, event, eventdate
I have queries of this table to count events, determine who has done what
and when, etc.
One query I made queries this table and another that includes more
information about the event, including the county the event took place:
autoID, personname, event, eventdate, county
I created a query that determines for each personname, the events he has
attended in each county.
What I am struggling with is creating a query that determines for each
personname which events he has not attended in each county.
How would I go about creating this?