this should be an easy one. Not sure why I can't figure this out.
I have one table, Leopard Test Scores 2007, that has only two fields, employee and total. The total column has a "Date/Time" data type with a short time format. All entries in the total are in the "mm:ss" format, e.g. 03:23, 12:39, so on.
All I need to do is calculate the total minutes for ALL records in this table for a report. If the amount of minutes is over 60 (it isnt now but will be in the future), I want it to be able to list 1 hour 15 minutes rather than 75 minutes in the report. If I add a third column in the query with the time field, then set the totals to "sum" it does not look right in the report (it comes out like .01278).
Thanks!
I have one table, Leopard Test Scores 2007, that has only two fields, employee and total. The total column has a "Date/Time" data type with a short time format. All entries in the total are in the "mm:ss" format, e.g. 03:23, 12:39, so on.
All I need to do is calculate the total minutes for ALL records in this table for a report. If the amount of minutes is over 60 (it isnt now but will be in the future), I want it to be able to list 1 hour 15 minutes rather than 75 minutes in the report. If I add a third column in the query with the time field, then set the totals to "sum" it does not look right in the report (it comes out like .01278).
Thanks!