R
RandyH
TIA
I have a simple report based on a parameter query. The report shows Account
Numbers and the number of Labor Hours that employee spent on that task
(account). Then I have a formula on the report footer that totals all of the
Labor Hours =sum([LaborHours]). This is working well. My problem is that now
overtime, Vacation, Personal and Holiday hours need to be introduced to the
report. There are unique account numbers for each of the new parameters.
Anybody have any thoughts on how to separate regular hours from overtime,
vacation, personal and holiday on the report footer?
i.e. The report footer should show the total of each of these account hours
on a separate line, like this...
Vacation Hours 0
Personal Days 0
Holidays 0
Regular Hours 80
Overtime Hours 16
Randy
I have a simple report based on a parameter query. The report shows Account
Numbers and the number of Labor Hours that employee spent on that task
(account). Then I have a formula on the report footer that totals all of the
Labor Hours =sum([LaborHours]). This is working well. My problem is that now
overtime, Vacation, Personal and Holiday hours need to be introduced to the
report. There are unique account numbers for each of the new parameters.
Anybody have any thoughts on how to separate regular hours from overtime,
vacation, personal and holiday on the report footer?
i.e. The report footer should show the total of each of these account hours
on a separate line, like this...
Vacation Hours 0
Personal Days 0
Holidays 0
Regular Hours 80
Overtime Hours 16
Randy