D
DaGoon
To All,
I am trying to display some data on a report. The control source is as
follows:
=Format("Total downtime: " & Sum([StopLength]*60/1440),"Short Time")
In fortunately the data ends up being displayed as:
"Total downtime: 1.9096412037037"
When I would like it to be displayed as follows:
"Total downtime: 21:49"
FYI- The data type for "Stop Length" is a number.
Any help is greatly appreciated, thanks!
I am trying to display some data on a report. The control source is as
follows:
=Format("Total downtime: " & Sum([StopLength]*60/1440),"Short Time")
In fortunately the data ends up being displayed as:
"Total downtime: 1.9096412037037"
When I would like it to be displayed as follows:
"Total downtime: 21:49"
FYI- The data type for "Stop Length" is a number.
Any help is greatly appreciated, thanks!