In the attendance query I count the # of attendees
In the doubles query I find how many double attendees there are
if John has 3 double and Mary has 6 doubles there is a total of 9 doubles
but I have to count John and Mary with one attendance.
so if there is 100 attendees and 9 doubles and I have to count John and Mary once that makes 93 attendees.
is there a way to combined these queries to calculate the total of 93 attendees?