Hi all,
I have 2 fields in a report that total the length of all songs in a database as in the following format:
=Sum([LengthMin]): =Sum([LengthSec])
A sample result output is 350:7500 which means:
The total length of all songs is 350 minutes and 7500 seconds.
I wanted the output to show a translation of the 350 minutes as 5 hours and 50 minutes and the 7500 seconds to be calculated to - and added as well - to the minutes, so the final output should be represented as:
HH:MM:SS or in my example: 7hrs : 55min : 00sec
I tried all kind of formulas and conversions to no avail, can someone guide me please how to perform the translation?
Thanks much, -Tivoli0
I have 2 fields in a report that total the length of all songs in a database as in the following format:
=Sum([LengthMin]): =Sum([LengthSec])
A sample result output is 350:7500 which means:
The total length of all songs is 350 minutes and 7500 seconds.
I wanted the output to show a translation of the 350 minutes as 5 hours and 50 minutes and the 7500 seconds to be calculated to - and added as well - to the minutes, so the final output should be represented as:
HH:MM:SS or in my example: 7hrs : 55min : 00sec
I tried all kind of formulas and conversions to no avail, can someone guide me please how to perform the translation?
Thanks much, -Tivoli0