Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Calculation (subtraction) in Access

Status
Not open for further replies.

kooley

Technical User
Jan 8, 2003
19
0
0
US
I am trying to have a calculation using a running total in a report. The object of the calculation is to take a beginning loan amount or savings account amount (depending on the group) and then subtract the Amount Disbursed from first the loan amount/savings amount and then the next Amount Disbursed from the previous end total.

Here is the formula we have so far (written in the query) and placed in the details section and Running Total over group:

IIf([LIP or Savings] = "LIP",([Initial Loan Amount]- [Amount Disbursed]),([Initial Savings Amount]- [Amount Disbursed]))

We were thinking of using an indexed field to use the Select/Case statement, but not sure how. Please help!!!
 
Look up in Access help: Calculate a running sum in a report.

:)WB

:)WB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top