Results 1 to 2 of 2
  1. #1
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2003
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659

    Show start of week between dates

    Using Access 2007



    I have a Data set that contains a Customer Name, Sales Order and Date. I would like to have the report have a bar like chart for each record that shows the date from the record within the range of dates in the data set. Including a value for each start of week even if there is no data for that week.

    Do I need to create and populate a table to achieve this in a report?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Possible options:

    1. need a dataset of every possible combination of week start date and customer - this dataset might be generated by a Cartesian query (a query with no JOIN clause and no WHERE clause that links on common identifier fields) which causes each record of each table to join with every record of other table

    2. domain aggregate functions (DSum, DCount, DAvg, etc)
    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. Grouping By Week Using a Fixed Start Date
    By abinboston in forum Queries
    Replies: 1
    Last Post: 07-31-2014, 11:55 AM
  2. Replies: 3
    Last Post: 09-19-2013, 10:18 AM
  3. List Dates between Start and Finish Dates
    By Buddus in forum Queries
    Replies: 1
    Last Post: 07-26-2013, 01:58 PM
  4. Start a report on week 40 of a week count
    By aspitalnick in forum Reports
    Replies: 8
    Last Post: 11-28-2012, 04:53 PM
  5. Group by Week for any given start date
    By royalrochelle in forum Queries
    Replies: 3
    Last Post: 02-15-2012, 08:44 PM

Tags for this Thread

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