I need help calculating the amount of time in hours and minutes that has passed between a start time and end time. The time is formatted as 'short time'. My calculation is Tot: Sum(Int(DateDiff("h",[StartTime],[EndTime]))). This gives me the number of hours that have passed but not the minutes. How do I get hours and minutes? Thanks