Hi All;
I am using the expression below to convert from decimal to time. The problem I am having, is that when the result includes a leading zero (13:04), it doesn't display the zero (13:4). Any ideas on how to fix this?
Thanks-
Pete
Int([AGACD]/60) & ":" & ([AGACD]-(60*Int([AGACD]/60)))
I am using the expression below to convert from decimal to time. The problem I am having, is that when the result includes a leading zero (13:04), it doesn't display the zero (13:4). Any ideas on how to fix this?
Thanks-
Pete
Int([AGACD]/60) & ":" & ([AGACD]-(60*Int([AGACD]/60)))