H
Harmannus
Hallo,
I have a form with a start and end time per employee by day; I calculate the
working time with:
WorkingHours: Format([StartTime]-1-[EndTime];"Short Time")
How can i total the WorkingHours with the above formula? With sum i get a
data type mismatch...
E.g.
Kelly starts a 9 and works till 12 on 17-10-2003; Working hours 3
Kelly starts a 9 and works till 12 on 18-10-2003; Working hours 3
Total by the end of the month 6
Thanx for tips!
Regards,
Harmannus
I have a form with a start and end time per employee by day; I calculate the
working time with:
WorkingHours: Format([StartTime]-1-[EndTime];"Short Time")
How can i total the WorkingHours with the above formula? With sum i get a
data type mismatch...
E.g.
Kelly starts a 9 and works till 12 on 17-10-2003; Working hours 3
Kelly starts a 9 and works till 12 on 18-10-2003; Working hours 3
Total by the end of the month 6
Thanx for tips!
Regards,
Harmannus