I have the following tables:
Teams
TeamNum
TeamYear
...
Players
MemNum
TeamNum
I have trying to get what I want all afternoon! I want to get the number of players by year.
Players can play on more than one team per year and I want to count them only once. I've done a select query with Unique Values = yes using only TeamYear and MemNum and getting the correct count but when I add the Totals row and group by TeamYear and count MemNum my counts are way off.
What am I doing wrong?
Thanks for any help.
Debbie
Teams
TeamNum
TeamYear
...
Players
MemNum
TeamNum
I have trying to get what I want all afternoon! I want to get the number of players by year.
Players can play on more than one team per year and I want to count them only once. I've done a select query with Unique Values = yes using only TeamYear and MemNum and getting the correct count but when I add the Totals row and group by TeamYear and count MemNum my counts are way off.
What am I doing wrong?
Thanks for any help.
Debbie