I have a crosstab query that totals data by month. I also need it to sum that data for each employee.
example: (this is what I have currently)
Employee--jan--feb--mar--total
Jack-------2----3----4----9
Jill---------1----2----5----8
Hill---------5----2----4----11
I need...
Employee--jan--feb--mar--total
Jack-------2----3----4----9
Jill---------1----2----5----8
Hill---------5----2----4---11
---------------------Total 28
This info will be displayed to the user on a report.
I'm not sure if I need to change the query or if I can put it into the report.
Hopefully someone out there can help me.
Thanks!
example: (this is what I have currently)
Employee--jan--feb--mar--total
Jack-------2----3----4----9
Jill---------1----2----5----8
Hill---------5----2----4----11
I need...
Employee--jan--feb--mar--total
Jack-------2----3----4----9
Jill---------1----2----5----8
Hill---------5----2----4---11
---------------------Total 28
This info will be displayed to the user on a report.
I'm not sure if I need to change the query or if I can put it into the report.
Hopefully someone out there can help me.
Thanks!