Hi!
I'm new here; hoping someone else has run into this and can help. I'm calculating durations; recently added
=Format(Int([text48]/60) & ":" & [text48] Mod 60,"Short Time")
to 'Issue Duration' Control Source
where text48 is the calculation: =((([Issue Ended]-[Issue Started])*24)*60)
which resolved the '24 hr clock' issue I was having when ie: 'Issue Started' is 23:30 and 'Issue Ended' is 01:00.
Now I'm seeing that anytime 'Issue Ended' and 'Issue Started' have the same number of seconds; the duration is off by 1 hr; it's 1 hr less than should be. I'm at a loss and am not knowledgeable with code (hope there's a simple answer!!!)
And thanks in advance to anyone who tries to help
I'm new here; hoping someone else has run into this and can help. I'm calculating durations; recently added
=Format(Int([text48]/60) & ":" & [text48] Mod 60,"Short Time")
to 'Issue Duration' Control Source
where text48 is the calculation: =((([Issue Ended]-[Issue Started])*24)*60)
which resolved the '24 hr clock' issue I was having when ie: 'Issue Started' is 23:30 and 'Issue Ended' is 01:00.
Now I'm seeing that anytime 'Issue Ended' and 'Issue Started' have the same number of seconds; the duration is off by 1 hr; it's 1 hr less than should be. I'm at a loss and am not knowledgeable with code (hope there's a simple answer!!!)

And thanks in advance to anyone who tries to help