A
AnnP
I have a report in which I need to show a total number of
hours, and minutes a staff member was absent from work.
I have a field that shows the date and time absence began
and another to show when the absence ended. Using the
expression below, I am able to get the amount of time for
each occurrence. However, in the report, I need to group
the employees showing a total of time they were absent
during a month. I have not been able to total the results
of this expression. Please help.
=IIf(([AbsenceBegan] or [AbsenceEnded] Is Not
Null),GetElapsedTime([AbsenceEnded]-[ AbsenceBegan])," ")
hours, and minutes a staff member was absent from work.
I have a field that shows the date and time absence began
and another to show when the absence ended. Using the
expression below, I am able to get the amount of time for
each occurrence. However, in the report, I need to group
the employees showing a total of time they were absent
during a month. I have not been able to total the results
of this expression. Please help.
=IIf(([AbsenceBegan] or [AbsenceEnded] Is Not
Null),GetElapsedTime([AbsenceEnded]-[ AbsenceBegan])," ")