Averaging Time

D

DEI

I am working with a time field in a table and would like to confirm the way
in which I am calculating average time of day. The time field records the
time of patient discharge.

Can I obtain the average time of discharge for a given interval (day, week,
etc.) by: Format(Avg([time]),"ttttt")?

Similarly, can I obtain the standard deviation in hours/minutes/seconds by:
Format(StDev([time],"hh:mm:ss")?

Thanks in advance.

DEI
 
Top