Hi, hope someone could help me 
I have a query that holds employee schedule. I created fields such as Employee, Emp _Class, Emp_location, From (time employee loged in), To (time employee loged out), and a calculated field called Total that subtract From and To.
My goal is to find a GrandTotal for each employee. So if an employee works a total of 5 hours per day. I would like to add the employee's time all together in a GrandTotal.
Hope I am being clear enough.
Thanks in advance.
P.S: From and To are formated as medium time. And, field Total is as follow Total: Format([From]-[To],"Short Time")
I have a query that holds employee schedule. I created fields such as Employee, Emp _Class, Emp_location, From (time employee loged in), To (time employee loged out), and a calculated field called Total that subtract From and To.
My goal is to find a GrandTotal for each employee. So if an employee works a total of 5 hours per day. I would like to add the employee's time all together in a GrandTotal.
Hope I am being clear enough.
Thanks in advance.
P.S: From and To are formated as medium time. And, field Total is as follow Total: Format([From]-[To],"Short Time")