Results 1 to 2 of 2
  1. #1
    gdougher is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2019
    Posts
    1

    How to compute a running total in Access?

    Hello. I administer a Client Access database that includes personal data, support data and billing data for 45 clients. I am trying to track the number of Program Units where I have been given the Total Number Authorized Units (issued in July) and the number of Units Used for each month: July, August, September, October. I would like to be able to see a running Number Current Units Available as we progress through each month. (e.g. [5000 Total Authorized Units] - [150 Units Used for July] = 4850; [4850 Total Authorized Units] - [180 Units Used for August] = 4670; etc.)

    I do not use VBA and would therefore like to know if I can do this through a query or series of queries in my Access database. I am familiar with reading code, but you would need to tell me where and how to paste any code you might suggest.

    Thanks so much for your assistance.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Probably easiest is to build a report and use textbox RunningSum property. Would need to know more about your data structure to advise more.
    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. Need A Running Total
    By ztirffritz in forum Queries
    Replies: 7
    Last Post: 12-14-2018, 03:19 PM
  2. Replies: 6
    Last Post: 09-14-2015, 06:05 PM
  3. Replies: 6
    Last Post: 11-05-2014, 03:00 PM
  4. running or sub total using sql query in access
    By learning_graccess in forum Access
    Replies: 4
    Last Post: 10-15-2011, 05:40 AM
  5. Replies: 6
    Last Post: 07-23-2011, 12:35 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