A
access2003
I am working on a simple report based on a query that
groups and subtotals a club membership list by member
type (Life, Regular, Associate, ....). It works well
except the total for the last group is always the total
of all records. I have tried using count(field), count
(*) and even created a dummy field =1 and then used sum
(dummyfield) and it all gives the same results.
groups and subtotals a club membership list by member
type (Life, Regular, Associate, ....). It works well
except the total for the last group is always the total
of all records. I have tried using count(field), count
(*) and even created a dummy field =1 and then used sum
(dummyfield) and it all gives the same results.