G
Guest
I have a table that books events by date for up to 4 people (fields,date, p1,p2,p3,p4). I would like to construct a query that will determine how many times a person (GROUP BY?) has booked an event by totalling their appearances in any one of the p1,p2,p3,p4 fields. Can this be done in a single query? or should I total four separate queries (one for each of p1,p2 ...). Help on either case would be appreciated
Thanks in advance
Bob Mullen
Thanks in advance
Bob Mullen