A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Running & Setting Up Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

YTD



 
 
Thread Tools Display Modes
  #1  
Old March 2nd, 2006, 08:26 PM posted to microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default YTD

I Have a table that lists total incoming calls for a week for each agent. I
would like build a report/query that gets year to date information as a
running total. Any suggestions?
--
Jess
  #2  
Old March 2nd, 2006, 08:57 PM posted to microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default YTD

When I do a crosstab query it causes problems with the date field because I
query this information for the report.
--
Jess


"Jessaudrey" wrote:

I Have a table that lists total incoming calls for a week for each agent. I
would like build a report/query that gets year to date information as a
running total. Any suggestions?
--
Jess

  #3  
Old March 2nd, 2006, 09:07 PM posted to microsoft.public.access.queries
external usenet poster
 
Posts: n/a
Default YTD

On Thu, 2 Mar 2006 12:26:31 -0800, "Jessaudrey"
wrote:

I Have a table that lists total incoming calls for a week for each agent. I
would like build a report/query that gets year to date information as a
running total. Any suggestions?


Use a criterion on your date/time field of

BETWEEN DateSerial(Year(Date()), 1, 1) AND Date()

and make it a Totals query summing whatever it is that you want to
sum.

John W. Vinson[MVP]
 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:53 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.