G
Guest
Hi,
I have a field ('Time') in short time format, and another that is number of
seconds (i.e 9 or 148 etc, 'Seconds'), in number format. I would like to add
the seconds to the 'Time' field. I believe I have to first convert the
Seconds field into nn:ss, however I keep getting a type conversion failure
error message when I try to run an update query on my new field 'SecstoMins'
using the following formula:
[Seconds] \ 60 & Format([Seconds] Mod 60, "\:00")
Is the problem that the Seconds field is the wrong type? Or is it that the
'SecstoMins' field is perhaps the wrong type (short time format)? I've tried
switching the formats around with no luck. Any help is much appreciated.
Thanks in advance,
Theresa
I have a field ('Time') in short time format, and another that is number of
seconds (i.e 9 or 148 etc, 'Seconds'), in number format. I would like to add
the seconds to the 'Time' field. I believe I have to first convert the
Seconds field into nn:ss, however I keep getting a type conversion failure
error message when I try to run an update query on my new field 'SecstoMins'
using the following formula:
[Seconds] \ 60 & Format([Seconds] Mod 60, "\:00")
Is the problem that the Seconds field is the wrong type? Or is it that the
'SecstoMins' field is perhaps the wrong type (short time format)? I've tried
switching the formats around with no luck. Any help is much appreciated.
Thanks in advance,
Theresa