I have 2 flds: StartTime and EndTime (both formatted as short). I calculated the total number of hours worked by finding the difference between the StartTime and EndTime (no problem works fine). Now I need to add-up all the hours and minutes for a particular individual I wrote a query that selects all the records for a particular individual (works fine)and used "sum" to add all the hours and minutes for that indvividual. Problems is that it adds only the hours and not the minutes. How do I write a calculation so that the minutes as well as the hours are added.
Thanks
Thanks