How do I collect and calculate data from two contacts tables (lets call them Contacts1 and Contacts2) that are not related except for their relationship with a third table (ParticipationTable)?
I need to list all participants on the Participation (omitting duplicate entries - because any given contact can have multiple entries on the participation table), and I need to list all non-participants (from both contact tables - Contacts1 and Contacts2) that are NOT on the ParticipationTable. And i need to create a percentage of contacts (by site, which is a field in each of the contacts tables) for how many have participated (in the participation table). I'm having difficulty getting my head around this...maybe I've been staring at it too long. I know I need a SELECT SQL Query, but i'm just not sure how to write it to get the information I want. Or maybe there's a better way... Any guidance would be appreciated! :banghead:
I need to list all participants on the Participation (omitting duplicate entries - because any given contact can have multiple entries on the participation table), and I need to list all non-participants (from both contact tables - Contacts1 and Contacts2) that are NOT on the ParticipationTable. And i need to create a percentage of contacts (by site, which is a field in each of the contacts tables) for how many have participated (in the participation table). I'm having difficulty getting my head around this...maybe I've been staring at it too long. I know I need a SELECT SQL Query, but i'm just not sure how to write it to get the information I want. Or maybe there's a better way... Any guidance would be appreciated! :banghead: