S
SHIPP
I have a beginning time and an ending time. I am using the following in the
query of the report to print out the detail.
Format([StartTime] -1 -[EndTime], "Short Time") This works fine.
Now I want to group by employee and sum the times. I have tried:
=Format(Sum([DateBegin]-1-[DateEnd]),"Short Time")
=sum([Full Time])
[Full Time] is the field name in the query.
Both give me Data Type Mismatch. Any ideas?
query of the report to print out the detail.
Format([StartTime] -1 -[EndTime], "Short Time") This works fine.
Now I want to group by employee and sum the times. I have tried:
=Format(Sum([DateBegin]-1-[DateEnd]),"Short Time")
=sum([Full Time])
[Full Time] is the field name in the query.
Both give me Data Type Mismatch. Any ideas?