Results 1 to 2 of 2
  1. #1
    Mildleave is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Oct 2019
    Posts
    1

    Difficulty calculating daily running total

    I was able to compute running total using the DSum Function.


    However, I have been finding it challenging to compute daily running total (for instance; I want to be able to know sales transaction total for each day and then I would like the running total to reset to zero the following day).
    NB: The "Date of Transaction" is the criteria field.
    Kindly assist with solution.

    Thank you in anticipation.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,926
    You need to calculate running sum over group.

    This is easiest to do with RunningSum property of textbox on report along with report Sorting & Grouping.

    Post your attempted query statement.
    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. Replies: 6
    Last Post: 09-14-2015, 06:05 PM
  2. Replies: 2
    Last Post: 11-13-2014, 02:17 PM
  3. Replies: 4
    Last Post: 07-11-2014, 07:33 AM
  4. Calculating the total number
    By billylids5 in forum Forms
    Replies: 1
    Last Post: 04-27-2014, 04:06 AM
  5. Creating a Daily Running Total Query
    By seraph in forum Queries
    Replies: 0
    Last Post: 08-15-2009, 12:11 AM

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