I’ve searched everywhere and can’t figure out how to create a query that adds up employee overtime hours and keeps a running total. I found a Dsum example, that works great for a single employee, but adds all employee hours when multiple employees are queried.
The table I use is called overtime. The fields that are queried are date, employee id (a number field), hours, and a query created total field.
Can anyone please help.
The table I use is called overtime. The fields that are queried are date, employee id (a number field), hours, and a query created total field.
Can anyone please help.