S
Steve Maca
I am collecting times people spend on specific activities and then wanting to
report on the time spent on a weekly and monthly basis in a summary format.
The report needs to show the total time spent by each person, on each
activity.
In the report is grouped by the peoples names and in the group footer is the
control with the Source =Sum([Social_Behavioural])
A total time is required of all time spent on an activity. So in the report
footer is a control with the came Source of =Sum([Social_Behavioural]).
The time is recorded in a Short Date format (hh:nn). The final report can
not use decimal time.
My problem is the short date format only shows time up to 24:00. Within a
given reporting period times >24 hour may be recorded against and activity
but the report will not show it. For example:
A sum of 36 hours 20 minutes is reported as 12:20 instead of 36:20
Help would be appreciated,
Steve.
report on the time spent on a weekly and monthly basis in a summary format.
The report needs to show the total time spent by each person, on each
activity.
In the report is grouped by the peoples names and in the group footer is the
control with the Source =Sum([Social_Behavioural])
A total time is required of all time spent on an activity. So in the report
footer is a control with the came Source of =Sum([Social_Behavioural]).
The time is recorded in a Short Date format (hh:nn). The final report can
not use decimal time.
My problem is the short date format only shows time up to 24:00. Within a
given reporting period times >24 hour may be recorded against and activity
but the report will not show it. For example:
A sum of 36 hours 20 minutes is reported as 12:20 instead of 36:20
Help would be appreciated,
Steve.