G
Guest
Hello:
I have a simple form that calculates elapsed time for a work day. The
expression that calculates the hours worked for the Total_Time field is:
=HoursAndMinutes([End_Time]-[Start_Time])
and that works perfectly.
However, I want to calculate the TOTAL hours worked per Pay Period. I placed
the following expression in the Pay_Period Group Footer. Instead of totaling
up the number of hours worked each pay period, I receive a data mismatch
error. What am I doing wrong?
=Sum(HoursAndMinutes([End_Time]-[Start_Time]))
Thanks,
Robert
I have a simple form that calculates elapsed time for a work day. The
expression that calculates the hours worked for the Total_Time field is:
=HoursAndMinutes([End_Time]-[Start_Time])
and that works perfectly.
However, I want to calculate the TOTAL hours worked per Pay Period. I placed
the following expression in the Pay_Period Group Footer. Instead of totaling
up the number of hours worked each pay period, I receive a data mismatch
error. What am I doing wrong?
=Sum(HoursAndMinutes([End_Time]-[Start_Time]))
Thanks,
Robert