I have a calculated field with the expression [OP DUR]: DateDiff("n",[START TIME],[END TIME]). This gives me the difference between the two values in minutes. I need the answer to be in "hours:minutes" format.
I tried Format([OP DUR], "hh:nn") in another field and the result is always "00:00". If the difference is 270 minutes, I want the field to show "4:30". I know this is possible but I can't figure it out. Thanks.
I tried Format([OP DUR], "hh:nn") in another field and the result is always "00:00". If the difference is 270 minutes, I want the field to show "4:30". I know this is possible but I can't figure it out. Thanks.