S
Starry
I have a report that has to do the following
take total number of hours for a given worker on a given day
send this through a whole bunch of rules to churn out the.....
-time
-time and a half
-double time
-over time
-w/e etc etc
.....portions and then calculate the costs based on fixed rates.
it needs to cycle through and do this for each worker on each day of a
specified week.
the result is a nice simple report with total figures. Clearly I would use a
function for this
but can I do that in a report? (I have never done much VBA on reports)
My feeling is that perhaps I should use a form and function to do a make
table and then just
mirror that to a report but I'd rather avoid all of this and don't see why I
cannot transform the
raw data at report stage....I just don't know how.
(ie should I call a function, put the routine on the report etc)
Any ideas/resources?
take total number of hours for a given worker on a given day
send this through a whole bunch of rules to churn out the.....
-time
-time and a half
-double time
-over time
-w/e etc etc
.....portions and then calculate the costs based on fixed rates.
it needs to cycle through and do this for each worker on each day of a
specified week.
the result is a nice simple report with total figures. Clearly I would use a
function for this
but can I do that in a report? (I have never done much VBA on reports)
My feeling is that perhaps I should use a form and function to do a make
table and then just
mirror that to a report but I'd rather avoid all of this and don't see why I
cannot transform the
raw data at report stage....I just don't know how.
(ie should I call a function, put the routine on the report etc)
Any ideas/resources?