K
Kathy Webster
I am trying to add the total music length in minutes for a soundtrack. My
table has fields for [hrs], [min], and [sec] for each record.
To obtain a sum of total length of time IN MINUTES for all records in a
subset, my formula in the query is:
sum([hrs]*60+[min]+[sec]/60)
I am not getting an accurate sum in minutes. It can be as much as a minute
or two off, depending on how many records are in my subset. Is there a way
to make it more accurate?
Thank you!
Kathy
table has fields for [hrs], [min], and [sec] for each record.
To obtain a sum of total length of time IN MINUTES for all records in a
subset, my formula in the query is:
sum([hrs]*60+[min]+[sec]/60)
I am not getting an accurate sum in minutes. It can be as much as a minute
or two off, depending on how many records are in my subset. Is there a way
to make it more accurate?
Thank you!
Kathy