Link to home
Start Free TrialLog in
Avatar of klfacc
klfacc

asked on

Is RunningSum the function I need?

I have a field for name, balance, a payment date and a payment amount.  In a report I would like to group by name and at the end of that grouping - get the balance.  So if Smith had a balace of 100.00 and made a payment on 10-08-98 for 10.00 and a payment on 10-09-98 for 10.00 then I would a space for it to say current balace of $80.00.  Make sense?
Avatar of klfacc
klfacc

ASKER

Edited text of question
Sum() is the function you use at the group footer.  You could use the Expression Builder to create your Control Source property.  You can lookup more about this function by using the help file and search for 'SQL aggregate functions'.

Good Luck,
Martin

ASKER CERTIFIED SOLUTION
Avatar of kulikuli
kulikuli

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial