AccessExcelHell
MIS
Hello,
I need to create a query that will look at data in a table and perform count, sum and avg functions (which i know how to setup) butthen i need this dat per month. I can only get access to do 1 date range. I need help so that i can get the results for each month in the year.
Ex. Table
ID, name, amount, date
1, paul, 23, 6/1/03
3, bob, 56 6/3/03
7, bob, 4, 6/9/03
99, paul, 11, 7/1/03
E. Output
Name June July
Count Sum Avg Count Sum Avg
Paul 1 23 23 1 11 11
bob 2 60 30 0 0 0
Can anyone help? thanks
I need to create a query that will look at data in a table and perform count, sum and avg functions (which i know how to setup) butthen i need this dat per month. I can only get access to do 1 date range. I need help so that i can get the results for each month in the year.
Ex. Table
ID, name, amount, date
1, paul, 23, 6/1/03
3, bob, 56 6/3/03
7, bob, 4, 6/9/03
99, paul, 11, 7/1/03
E. Output
Name June July
Count Sum Avg Count Sum Avg
Paul 1 23 23 1 11 11
bob 2 60 30 0 0 0
Can anyone help? thanks