I am working on setting up a system that create a list of people who either attended a meeting and/or got an invitation to that meeting. The number of people who attend anyone meeting is flexible because it is somewhat random.
We can assume that more than one person will attend a meeting. We can also assume that not everyone in a branch or group will attend a meeting. So the amount of persons at a meeting is
two or greater, but less than N where is the total number of people in a branch.
But how do we show that? It seems a easy, but I think that it is not. The list of employees that are relevant to any one meeting is N - n. where n is the number of people that neither got an invitation and did not attend the meeting ,and N is defined above.
I am unsure as to how to do this. I believe it can be done by a query, but how? Queries are always used to organize data and this clearly is organizing data.
It seems that before the meeting the only relevant information is the meeting date, time and who was invited. Who attended will come later, again being careful to avoid double counting. The complete information - to sum up - is to show as the people who attended the meeting and the people who were invited, and the people who were invited but did not attend.
Any help appreciated. Thanks in advance.
Respectfully,
Lou Reed