C
cb
I have a column (Type - number,single,decimal:auto) that is storing seconds.
I need to reformat this information into mm:ss format. Thus far I have not
succeeded. A few permutations (122.49 entry!Fin_time for example):
TimeSerial - datatype mismatch error
Format$([entry]![Fin_time],"nn:ss") Returns data(45:36), but I not what I
need.
Do I have to switch the datatype first (I can't change the base table) or
something else?
Basically I want to end up with: 122.49 = 2:02.49 (mm:ss:ht)
Any help would be appreciated!
CB
PS. I am trying to do this in the Field line of the access query so it will
do all the times. I also have criteria in there to filter out 0's and nulls.
I need to reformat this information into mm:ss format. Thus far I have not
succeeded. A few permutations (122.49 entry!Fin_time for example):
TimeSerial - datatype mismatch error
Format$([entry]![Fin_time],"nn:ss") Returns data(45:36), but I not what I
need.
Do I have to switch the datatype first (I can't change the base table) or
something else?
Basically I want to end up with: 122.49 = 2:02.49 (mm:ss:ht)
Any help would be appreciated!
CB
PS. I am trying to do this in the Field line of the access query so it will
do all the times. I also have criteria in there to filter out 0's and nulls.