D
Derrick
Thanks to a great answer to my previous question on calculating time
differences i used the expression below;
DateDiff("n", [Start Time], [Finish Time])\60 & "." & Format(DateDiff("n",
[Start Time], [Finish Time]) MOD 60, "00")
Now what I need to know is how to total the results of multiple hours and
minutes shown??
differences i used the expression below;
DateDiff("n", [Start Time], [Finish Time])\60 & "." & Format(DateDiff("n",
[Start Time], [Finish Time]) MOD 60, "00")
Now what I need to know is how to total the results of multiple hours and
minutes shown??