Results 1 to 4 of 4
  1. #1
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383

    Calculate a Running Sum

    I need to add another field to my calculated running sum, the filed name is frequencyamount . Here is my code as it is now without adding the new field.


    RegID is the Primary Key on the form but is of course based on my table TReg Amount is the running sum calculated field.


    =RunSum([Form],"RegID",[RegID],"Amount")

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    Here is a template for a checkbook I use. It has running sums in both the main form and in the report. The report is based on a query that contains the running sum.
    Attached Files Attached Files

  3. #3
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Thank You for that.A little bit different approach but almost the same. I appreciate it!

  4. #4
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383

    Add A New A Amount To Running Sum Formula

    I have come up with a better idea to do this.I created a new form with ONLY my needed criteria on it. I now need as before to add the frequencyamount to this formula.

    =RunSum([Form],"RegID",[RegID],"Amount")
    Attached Thumbnails Attached Thumbnails ScheduledTransactions.jpg  

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

Similar Threads

  1. Replies: 3
    Last Post: 10-11-2012, 10:12 AM
  2. Calculate the Average
    By Jerseynjphillypa in forum Queries
    Replies: 1
    Last Post: 06-18-2012, 03:26 PM
  3. Looping to Calculate Running GPA
    By tonere in forum Programming
    Replies: 12
    Last Post: 03-15-2012, 07:25 AM
  4. How to calculate?
    By cap.zadi in forum Queries
    Replies: 1
    Last Post: 11-09-2011, 07:29 AM
  5. Calculate avg in a report
    By bob006 in forum Reports
    Replies: 1
    Last Post: 11-18-2009, 06:31 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