Ray Spackman
Registered User.
- Local time
- Yesterday, 20:49
- Joined
- Feb 28, 2008
- Messages
- 52
First of let me apologize if this has already been covered for I have searched extensively and cannot seemed to find what I am looking for.
I have a table, "tblDailyInfo", with a date field [EntryDate] formatted as date/field in long format, and a currency field [Cash]. In playing around witht he totals, I can get only the totals for [Cash] for each given day within the month and year. What I cannot seem to get figured out is how to get the query to total all the [Cash] records within the month and year, and show that cumulatice total grouped by month and year. Example: (although actual days and dates may not be correct.
What i am getting;
Thurday, August 12, 2011 $10.00
Friday, August 13, 2011 $10.00
Saturday, August 14, 2011 $10.00
What I need to get:
Aug 2011 $30.00
Can anyone help please.
I have a table, "tblDailyInfo", with a date field [EntryDate] formatted as date/field in long format, and a currency field [Cash]. In playing around witht he totals, I can get only the totals for [Cash] for each given day within the month and year. What I cannot seem to get figured out is how to get the query to total all the [Cash] records within the month and year, and show that cumulatice total grouped by month and year. Example: (although actual days and dates may not be correct.
What i am getting;
Thurday, August 12, 2011 $10.00
Friday, August 13, 2011 $10.00
Saturday, August 14, 2011 $10.00
What I need to get:
Aug 2011 $30.00
Can anyone help please.