C
Craig
I am using an old Access 97 database which is used to key in timesheet
information. The application was desigend to interface with a
customized payroll application which will only accept a CSV file with
each field containing text.
I have created a summary report which lists out each timesheet keyed
in for the week and a manager is now requesting that total hours be
summarized to reconcile the weekly edit list. I managed to create a
new text field at the bottom of the report which uses
"=SUM(VAL(RegHours))" to calculate the total number of hours for the
week. It totals the numbers okay but is obviously adding this up as a
decimal field and not minutes:time. For that reason I get totals like
790 instead of 8:30.
Can anyone think of an easy way to have my calculations totaled as
time and not decimal values? I have tried various things but can't
seem to find a solution which will work in this instance.
Assistance appreciated...
information. The application was desigend to interface with a
customized payroll application which will only accept a CSV file with
each field containing text.
I have created a summary report which lists out each timesheet keyed
in for the week and a manager is now requesting that total hours be
summarized to reconcile the weekly edit list. I managed to create a
new text field at the bottom of the report which uses
"=SUM(VAL(RegHours))" to calculate the total number of hours for the
week. It totals the numbers okay but is obviously adding this up as a
decimal field and not minutes:time. For that reason I get totals like
790 instead of 8:30.
Can anyone think of an easy way to have my calculations totaled as
time and not decimal values? I have tried various things but can't
seem to find a solution which will work in this instance.
Assistance appreciated...