Hey all,
I am running Access 2013 (fun version where they took out the pivot tables and query charts)
I want to average every five rows and I was wondering if someone could help, here is the data (SQL):
Table Name: tblTest
Thank you in advance for any help.
I am running Access 2013 (fun version where they took out the pivot tables and query charts)
I want to average every five rows and I was wondering if someone could help, here is the data (SQL):
Table Name: tblTest
Code:
ID Value
1 2
2 8
3 3
4 9
5 1
6 4
7 2.5
8 6.5
9 5
10 4
Code:
Desired results:
ID Value
1-5 4.6
6-10 4.4
Thank you in advance for any help.
