G
Guest
Okay, I have a quick question. I have a summation query, where it's supposed to count how many people are attending an event. When I use just the attendance table, where I did a group by using the conferenceID and count the PersonID, I have 80 people. However, if I link the attendance table with the person table, I get 79, which is the correct count. Does anyone know why?