I created a contact database where I track contacts based on visits to a customer and seeing a customer at a conference in two tables (visit and conference).
I ran two queries for both tables against a customer name table and pulled the unmatched on the visit and conference tables.
This gives me two queries which shows me who hasn't had a visit or hasn't been to a conference.
Make sense so far? And, yes I'm sure my table structure isn't the best
Now, how can I do a union between the two queries so I can see who hasn't had a visit AND hasn't been to a conference?
Thank you for any help. This is truly a GREAT forum.
I ran two queries for both tables against a customer name table and pulled the unmatched on the visit and conference tables.
This gives me two queries which shows me who hasn't had a visit or hasn't been to a conference.
Make sense so far? And, yes I'm sure my table structure isn't the best
Now, how can I do a union between the two queries so I can see who hasn't had a visit AND hasn't been to a conference?
Thank you for any help. This is truly a GREAT forum.