如何在MS Access 2003中平均时间
问题描述:
我需要输入的平均时间数据。我在查询中需要做什么?
I need to Average time data that has been entered. What do I need to do in the query?
答
使用平均函数:Avg()。
Use the average function: Avg().
我知道。但是当我平均日期/时间条目时,我得到一个非常低的数字(0.291666666666667)。我需要在标准中加入正确的内容吗?
I know that. But when I Avg date/time entries I get a very low number (0.291666666666667). is there something I need to put in the criteria to make it show correctly?
使用CDate()将数字转换为日期时间值。
Use CDate() to convert the number to a date time value.