Combining like records............

T

Tony

Hello All,

I am creating a stats program for a basketball team and I am inputing
records for several games and when I run a report, it lists every record, I
want to combine the same name instead of that person listed 10 times.

Thanks for your help.......
 
D

Duane Hookom

Take a look at totals queries. These allow you to group records by some
field values while summing, averaging,... other fields.
 
Top