Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old February 27th, 2007, 02:35 PM
sohendalski@netzero.com
Guest
 
Posts: n/a
Default YTD Report for clients

I need to make a report that will list my client's monthly revenue and
the year to date. I want it to basically look like this

Jan Feb
March etc. YTD
Client1 $XXXX.XX % $XXXX.XX % $XXXX.XX % $XXXX.XX %
$XXXX.XX %

I have all of the data entered in as billing periods which there are
two per month, and it is usually the 1st and 15th of every month. I
am not sure how to get it to pull the data for each month seperately.
Do I need separate queries for each one?

Thanks for any help!!!!

  #2  
Old February 27th, 2007, 03:05 PM
Jana
Guest
 
Posts: n/a
Default Re: YTD Report for clients

On Feb 27, 7:24 am, "sohendal...@netzero.com" <sohendal...@gmail.com>
wrote:
Quote:
I need to make a report that will list my client's monthly revenue and
the year to date. I want it to basically look like this
>
Jan Feb
March etc. YTD
Client1 $XXXX.XX % $XXXX.XX % $XXXX.XX % $XXXX.XX %
$XXXX.XX %
>
I have all of the data entered in as billing periods which there are
two per month, and it is usually the 1st and 15th of every month. I
am not sure how to get it to pull the data for each month seperately.
Do I need separate queries for each one?
>
Thanks for any help!!!!
Take a look at a crosstab query. I'm not super knowledgeable on them,
but I think that will get you what you're looking for.

HTH,
Jana

  #3  
Old February 27th, 2007, 03:35 PM
pdm@patweb.be
Guest
 
Posts: n/a
Default Re: YTD Report for clients

well, as Jana suggested this should be best done with a crosstab
query. However - never practices crosstabs.
The coincidence is, is that I had more or less the same question. I
need to get the totals for each product in a month

product month total1 total2 total3

I did it with a less best solution. I made 3 queries for every total
(total1, total2, total3)
Finally I put them in one query that looks more or less as a crosstab
but which is not.

I now this IS NIOT DONE, but I get my result.

  #4  
Old February 27th, 2007, 04:45 PM
sohendalski@netzero.com
Guest
 
Posts: n/a
Default Re: YTD Report for clients

The Crosstab worked perfect except, is there a way I can have it put
all of the months of the year even though I don't have data yet for
those months. That way when we do input data for the remaining months
it will automatically fill in?

  #5  
Old February 27th, 2007, 05:45 PM
paii, Ron
Guest
 
Posts: n/a
Default Re: YTD Report for clients

Right click with in the query window and select Properties. Enter the months
in Column Headings. In the SQL window, you will see "IN ( , , ,)".

"sohendalski@netzero.com" <sohendalski@gmail.comwrote in message
news:1172594097.288108.192040@z35g2000cwz.googlegr oups.com...
Quote:
The Crosstab worked perfect except, is there a way I can have it put
all of the months of the year even though I don't have data yet for
those months. That way when we do input data for the remaining months
it will automatically fill in?
>

  #6  
Old February 27th, 2007, 07:35 PM
sohendalski@netzero.com
Guest
 
Posts: n/a
Default Re: YTD Report for clients

Perfect!! Thanks

 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles