Need to formulate a query that gives me a rolling 12 month average of well failures. This has been done in a spreadsheet through numerous calculations (attached), but I need to recreate this same concept in a query. Basically I need to recreate the data on the main graph tab. Thank you!
Table name: QRY_DATA_RP
Fields in table are: [Date], [Active Wells], [Failures]
And data in table looks like this:
DATE ACTIVE WELLS FAILURES [12 Months AVG]
1/1/2004 255 38 ??
2/1/2004 256 54 ??
3/1/2004 255 38 ??
4/1/2004 255 82 ??
5/1/2004 260 33 ??
6/1/2004 262 35 ??
7/1/2004 265 35 ??
8/1/2004 260 43 ??
9/1/2004 251 34 ??
10/1/2004 248 39 ??
11/1/2004 252 31 ??
12/1/2004 255 22 ??
1/1/2005 248 26 ??
2/1/2005 238 46 ??
3/1/2005 251 28 ??
4/1/2005 260 33 ??
5/1/2005 263 36 ??
6/1/2005 263 36 ??
7/1/2005 255 28 ??
8/1/2005 260 35 ??
9/1/2005 261 37 ??
10/1/2005 259 35 ??
11/1/2005 253 30 ??
12/1/2005 258 30 ??
1/1/2006 258 36 ??
Table name: QRY_DATA_RP
Fields in table are: [Date], [Active Wells], [Failures]
And data in table looks like this:
DATE ACTIVE WELLS FAILURES [12 Months AVG]
1/1/2004 255 38 ??
2/1/2004 256 54 ??
3/1/2004 255 38 ??
4/1/2004 255 82 ??
5/1/2004 260 33 ??
6/1/2004 262 35 ??
7/1/2004 265 35 ??
8/1/2004 260 43 ??
9/1/2004 251 34 ??
10/1/2004 248 39 ??
11/1/2004 252 31 ??
12/1/2004 255 22 ??
1/1/2005 248 26 ??
2/1/2005 238 46 ??
3/1/2005 251 28 ??
4/1/2005 260 33 ??
5/1/2005 263 36 ??
6/1/2005 263 36 ??
7/1/2005 255 28 ??
8/1/2005 260 35 ??
9/1/2005 261 37 ??
10/1/2005 259 35 ??
11/1/2005 253 30 ??
12/1/2005 258 30 ??
1/1/2006 258 36 ??