Hi all,
I know this is an age old question but I just can't get it right.
I have to display -0,029171 as time 00:00
I use this formula in an unbound field on the form
=([zuvielstd]*1440\60) & ":" & Format(Abs([zuvielstd])*1440 Mod 60;"00").
It sems to work fine unless the first part not a whole number.
Using this formula the above number displays as 0:42 instead of -0:42 mins.
if the number is -0,148611 for eg. it displays correctly as -3:34
Thanks for any help here!:banghead:
I know this is an age old question but I just can't get it right.
I have to display -0,029171 as time 00:00
I use this formula in an unbound field on the form
=([zuvielstd]*1440\60) & ":" & Format(Abs([zuvielstd])*1440 Mod 60;"00").
It sems to work fine unless the first part not a whole number.
Using this formula the above number displays as 0:42 instead of -0:42 mins.
if the number is -0,148611 for eg. it displays correctly as -3:34
Thanks for any help here!:banghead: