Ok - i know this should be pretty simple and striaght forward... but I can't figure out how to get this to work - in access 2007 - i have a table called userDatediff.
I use the date release MINUS date assigned to get the date diff (how many days it took the user to release the case)
i would like to have in the query to how the MIN/MAX and Average days it took the user to release the case... so in the column Date diff i have the number of days... I want to show the lease days John Doe took to release the case and the MAX days it took John Doe to release the case. then Average those days.
I use the date release MINUS date assigned to get the date diff (how many days it took the user to release the case)
i would like to have in the query to how the MIN/MAX and Average days it took the user to release the case... so in the column Date diff i have the number of days... I want to show the lease days John Doe took to release the case and the MAX days it took John Doe to release the case. then Average those days.
Code:
UserName Case date_assigned Date_release date diff
John Doe pending 4/1/2011 4/20/2011 19
John Doe pending 4/2/2011 4/4/2011 2
John Do Min 2
Max 19
Avg 10.5