W
wal50
I've looked through the site and followed the suggestions but can't get it.
I have two tables. One with transaction costs for each employee (many
transactions for each employee) and the other that shows employees and their
Manager (one manager can have many employees). The query joining these works
and produces the correct grand totals. I want to base a report on this query
(not a cross tab) that summarizes the costs for each manager and sort the
report by the summarized total.
Following the suggestions I found here, I added a total field to the query.
That works. The report is grouped by manager (that works) but if I try to
sort it by the sum field at a higher level than manager - either as a group
or just a sort - I lose the Manager sum and Managers appear multiple times
with a total for each of their employees. I'm probably missing something
simple but don't know where to look any more.
Any direction would be appreciated.
wal50
I have two tables. One with transaction costs for each employee (many
transactions for each employee) and the other that shows employees and their
Manager (one manager can have many employees). The query joining these works
and produces the correct grand totals. I want to base a report on this query
(not a cross tab) that summarizes the costs for each manager and sort the
report by the summarized total.
Following the suggestions I found here, I added a total field to the query.
That works. The report is grouped by manager (that works) but if I try to
sort it by the sum field at a higher level than manager - either as a group
or just a sort - I lose the Manager sum and Managers appear multiple times
with a total for each of their employees. I'm probably missing something
simple but don't know where to look any more.
Any direction would be appreciated.
wal50