I was tasked with finding out what is the average time “Int X, Int Y etc etc” did in all of the five weeks in October 2007.
I was able to narrow down most of the records (from a 6500+ record DB) using a simple query.
Gives…
(Coloured blocks represent a single interpreter)
But what I couldn’t figure out what to (only in Access I might add) is how to actual calculate average time for that week.
In the end I “cheated” and export the end results of the query and did the rest in Excel.
But I would like to know how to do it anyway for future reference in Access 2003.
Ideally what I would like is an extra column name Avg which gives the average time of the interpretation sessions for that week for that particular interpreter.
I was sure it was going to be either:
Both return a different error. Latter says "'Interpreter' is not part of an aggerate function" and formers says "Date type mismatch in criteria expression".
Thank you.
I was able to narrow down most of the records (from a 6500+ record DB) using a simple query.
Gives…
(Coloured blocks represent a single interpreter)
But what I couldn’t figure out what to (only in Access I might add) is how to actual calculate average time for that week.
In the end I “cheated” and export the end results of the query and did the rest in Excel.
But I would like to know how to do it anyway for future reference in Access 2003.
Ideally what I would like is an extra column name Avg which gives the average time of the interpretation sessions for that week for that particular interpreter.
I was sure it was going to be either:
- Totals > Avg
OR - Avg([TimeDone])
Both return a different error. Latter says "'Interpreter' is not part of an aggerate function" and formers says "Date type mismatch in criteria expression".
Thank you.