HI Bobby,
try to use the below formula to display the seconds in HH:MM:SS format
CStr(CTime({value in seconds} / 86400), "HH:mm:ss")
--Naga.
HI Bobby,
try to use the below formula to display the seconds in HH:MM:SS format
CStr(CTime({value in seconds} / 86400), "HH:mm:ss")
--Naga.