W
wellmabt
I'm slowly learning access and have now encountered this problem: I would
sum/count records by their year. I want it to look something like this when
I'm done.
Year #sold revenue expenses
1997 35 5000 1000
1998 40 2000 2000
....
totals 75 7000 3000
I've figured out how to sum or count all records at once from a table but
not how to break it out by year and then total. Can this done using a
regular query or is this going to involve some SQL work?
Thanks,
Brian
sum/count records by their year. I want it to look something like this when
I'm done.
Year #sold revenue expenses
1997 35 5000 1000
1998 40 2000 2000
....
totals 75 7000 3000
I've figured out how to sum or count all records at once from a table but
not how to break it out by year and then total. Can this done using a
regular query or is this going to involve some SQL work?
Thanks,
Brian