Brand new to Access; am trying to learn by doing. I am interested as much in learning the best methods as I am the actual answer.
I am trying to display the starting quarterback for teams in the NFL, based on pass attempts. I have a table of teams, of players, and of performance (week and pass attempts). What I want to do is show, for each team and week, who threw the most passes that week. I think I should group the quarterbacks by team, and then figure who had the most passes for each week in that group. Do I do this all at once (how?), or create a query (to get team / QBs) and then query from that?
Thanks.