G
Guest
I have three fields in a table: Points and Player and Region. The Points
field contains various numbers of points (456 or 1032 or 103 etc). The
Player field contains players names (Bob or Joe or Judy etc). The Region
contains region names (East Coast or West Coast or MidWest etc). I would like
to create a report that lists each player across, each Region down, and then
lists the total number of points for each player based on region.
I tried creating a query summing the points for each possible combination of
players and regions and then combining all the queries into one, but the
query is too complex.
Any ideas?
field contains various numbers of points (456 or 1032 or 103 etc). The
Player field contains players names (Bob or Joe or Judy etc). The Region
contains region names (East Coast or West Coast or MidWest etc). I would like
to create a report that lists each player across, each Region down, and then
lists the total number of points for each player based on region.
I tried creating a query summing the points for each possible combination of
players and regions and then combining all the queries into one, but the
query is too complex.
Any ideas?