I have a [Start time] and [Finish Time] field in my access 2007 db.
I've also got a [Total Hours] field for each record that calculates just fine as: =Format([Start Time]-1-[Finish Time],"Short Time") ... i got this off of this forum (great job).
My problem is in trying to get the sum of [Total Hours] to calculate automatically in my [Hours to Date] field; in the right format. I'm using: =Sum(DateDiff("h",[start time],[finish time])). I've also tried to use =SUM(Total Hours), but I get a whole number of "298," without a xxx.xx decimal to include the totaled minutes, or an hh:mm format I'd take either...whichever is easier). Any help with this?
I've also got a [Total Hours] field for each record that calculates just fine as: =Format([Start Time]-1-[Finish Time],"Short Time") ... i got this off of this forum (great job).
My problem is in trying to get the sum of [Total Hours] to calculate automatically in my [Hours to Date] field; in the right format. I'm using: =Sum(DateDiff("h",[start time],[finish time])). I've also tried to use =SUM(Total Hours), but I get a whole number of "298," without a xxx.xx decimal to include the totaled minutes, or an hh:mm format I'd take either...whichever is easier). Any help with this?