PC Review


Reply
Thread Tools Rate Thread

Daily, Weekly, Monthly Totals

 
 
jlo
Guest
Posts: n/a
 
      17th Jul 2009
I am trying to create a report that shows daily, weekly, monthly totals by
dtmCreationDate.

So far it does calculate daily totals by the sorting and grouping box set to
Day. I then need to know how to get it to recognize weeks and give a total
as well as the entire month.

I am really struggling at this.

Thanks!
 
Reply With Quote
 
 
 
 
Marshall Barton
Guest
Posts: n/a
 
      17th Jul 2009
jlo wrote:

>I am trying to create a report that shows daily, weekly, monthly totals by
>dtmCreationDate.
>
>So far it does calculate daily totals by the sorting and grouping box set to
>Day. I then need to know how to get it to recognize weeks and give a total
>as well as the entire month.



Try adding more groups. First one for months using an
expression like =Format(dtmCreationDate, "yyyymm"), second
group using =DatePart("ww", dtmCreationDate) and the third
group as the one you have now. Then the group header and/or
footer sections can display the various totals by using the
same expression you have for the daily total.

--
Marsh
MVP [MS Access]
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding daily totals to weekly totals john.9.williams@bt.com Microsoft Excel Programming 3 28th Mar 2008 02:26 PM
Re: formatting daily,weekly and monthly schedules =?Utf-8?B?TWF4?= Microsoft Excel New Users 0 11th Jan 2007 02:36 AM
Summing Weekly Totals into Monthly Totals =?Utf-8?B?c3RlcGg0NGhhZg==?= Microsoft Excel Worksheet Functions 3 5th Jul 2006 04:51 PM
calander daily cash with weekly and monthly totals =?Utf-8?B?Um9uYWxk?= Microsoft Access Forms 1 9th May 2006 08:16 PM
Collecting weekly and monthly totals from daily data =?Utf-8?B?S2FzcGVy?= Microsoft Excel Worksheet Functions 0 12th Jan 2006 08:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:35 PM.