I have calculated an average time using a module. The expression looks like this: Expr1: ElapsedTimeString([OrdersWritten],[PatientToFloor]) If I plug this into a query, I can successfully get the elapsed time for individual persons. However, I am looking to get an aggregate average. Yet, when I put in Avg(ElapsedTimeString([OrdersWritten],[PatientToFloor])), I get "data mismatch in criteria expression" when running the query. I've also tried skipping this step altogether and trying to plug my expression into the footer of a report based on the query. There, I put in a text box with the expression: Avg([Expr1]), but this also produced an error. Is there some easy step that I'm missing or mistake that I'm making?
Thanks,
HJG
Thanks,
HJG