Results 1 to 5 of 5
  1. #1
    Phoenyxsgirl is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Joplin, MO
    Posts
    48

    Pivot Chart

    I have created a pivot chart that goes by each week and shows the number of people working. The only problem I am having is that the week headers show as the week # .. like 1 2 3 .. 51, 52, 53 ... I need them to show something like "11/6/11 to 11/13/11" or even just the end date or beginning date of the week.

    Any suggestions? and yes, I'm going to feel really stupid if the answer is right under my nose and I just can't see it

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,962
    Calculate the week end date for each record in a select query then use that field as the Column header field in the pivot chart.

    Assumes Sunday begins the week.
    [yourdate]+7-Weekday([yourdate],1)
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Phoenyxsgirl is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Joplin, MO
    Posts
    48
    that would calculate the current week ending date. How would I calculate the future week ending dates? If I have a table with them in it, how do I use those fields?

  4. #4
    Phoenyxsgirl is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Sep 2011
    Location
    Joplin, MO
    Posts
    48
    Here is a picture of the graph. You can see on the bottom it says the numbers. I want that to say the date of the last day of that week.


  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,962
    Use whatever date fieldname you want in place of [yourdate].
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Pivot Chart Trouble
    By buck2159 in forum Reports
    Replies: 0
    Last Post: 07-12-2011, 10:04 AM
  2. pivot chart
    By jscriptor09 in forum Access
    Replies: 0
    Last Post: 07-10-2011, 08:16 AM
  3. Pivot Chart help.
    By lorenambrose in forum Access
    Replies: 8
    Last Post: 02-16-2011, 12:02 PM
  4. Replies: 2
    Last Post: 07-12-2010, 05:39 AM
  5. Creating a Pivot Chart....
    By spcalan in forum Access
    Replies: 0
    Last Post: 01-08-2009, 03:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums