P
Perplexed
I'm trying to design a report to track employee time off based on a set of
codes (Access 2003)l.
I already have an Access employee database. My main report uses a query
that gives me just the employee's name based on criteria (i.e., status,
location, and job title). I made a new table that is joined by EmployID
which has date and the code for type of leave (i.e., V=vacation, S= sick,
L=leave w/o pay, etc.).
I then made separate queries from this table for each of the individual
codes and subreports from them. I put the subreports into the main report
and now have a report that shows all the dates for each category per
employee. I grouped by date (month) and have subtotals.
Sample:
Vacation Sick Leave w/o Pay etc.....
John Public 1/13/09 2/3/98 3/23/09
1/14/09 Sub total = 1 Sub total = 1
Sub total = 2
4/1/09
4/2/09
4/3/09
Sub total = 3
I would like to put another subform in the report that lists the subtotals
by month based on above. I.e.
January February March
Vacation 2
Sick 1 1
Leave 1 1
Any suggestions?
codes (Access 2003)l.
I already have an Access employee database. My main report uses a query
that gives me just the employee's name based on criteria (i.e., status,
location, and job title). I made a new table that is joined by EmployID
which has date and the code for type of leave (i.e., V=vacation, S= sick,
L=leave w/o pay, etc.).
I then made separate queries from this table for each of the individual
codes and subreports from them. I put the subreports into the main report
and now have a report that shows all the dates for each category per
employee. I grouped by date (month) and have subtotals.
Sample:
Vacation Sick Leave w/o Pay etc.....
John Public 1/13/09 2/3/98 3/23/09
1/14/09 Sub total = 1 Sub total = 1
Sub total = 2
4/1/09
4/2/09
4/3/09
Sub total = 3
I would like to put another subform in the report that lists the subtotals
by month based on above. I.e.
January February March
Vacation 2
Sick 1 1
Leave 1 1
Any suggestions?