I have created a access database whose table consists of records with a overtime data field containing hours and minutes (HH:MM). I would like to create a total field at the end of the report that will give me the total over time for all records.
How can I do that within the report? Is it easier to use just one field like I have above or use two fields suchs as HH and MM then perform the calculations?