Access running total query by month

Tcurtis

Board Regular
Joined
Aug 15, 2009
Messages
149
I am trying to make a running totals query by month. I have the prices of jobs by day and would like those to be totaled up to a monthly total and then do a running total as the year progresses.
Month Monthly Price Running Total
Jan. - $1,000.00 $1,000.00
Feb. - $500.00 $1,500.00
Mar - $600.00 $2,100.00 ------ etc.

I have tried a couple of methods form the MS website but they do not work for me. Can access do this in a query?

Thanks
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
I tried this in the example they gave me but it did not work, kept getting an error in the northwind database. I also tried a couple of other ideas from people but they did not work either. Kind of at a loss at this point.
 
Upvote 0
Another method I use it to put my data in a 'report' table
Run query 1 ...to append the [total] field would show the sum / month column
Run query 2 ...summs each month by month and posts to the RunTotal column
Query 3 shows this 'report' table.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top