in the query i got "in" and "out" and both are short time values
i wrote this formula to calculate the time between IN and OUT:
total: ROUND(datediff("n",[in],[out]/60,2)
but the values are not resolving right: eg: between 20:07 and 20:28 is giving me 0.35...
what is wrong?