Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grouping and Graphs

Status
Not open for further replies.

dbflora

Technical User
Apr 16, 2003
13
US
I have various dates and corresponding data that I would like to put into a graph by week ending instead of by day. Can this be done automatically or do I have to add up the totals for each week in a seperate table?
 
This can be done in full weeks!
The date can be grouped by Week by using "ww" in the Format function.

If your date is stored in TransDate then in a new column in the query enter:
Week: Format([Transdate],"WW") - this will give you the week of the year.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top