gusbrunston
Programmer
Hi-
I use a subform to display the transactions in client accounts. Continuous forms, one line per form. I've been asked to display a running balance at the end of each line (record). I think I want to accumulate the balance, beginning with the client's first transaction, displaying that balance on each record. i.e.,
The sub form displays the transactions in one client's account. Each line is a record in the table "Transactions". Trouble is, I don't know how to calculate the accumulated (Variable?) "Balance". (Hate to admit that...) I could use any help I could get. Thanks in advance.
Gus Brunston
An old PICKer
padregus@home.com
I use a subform to display the transactions in client accounts. Continuous forms, one line per form. I've been asked to display a running balance at the end of each line (record). I think I want to accumulate the balance, beginning with the client's first transaction, displaying that balance on each record. i.e.,
Code:
Date ID# Cr Dr Balance
Code:
01/01/01 1202 100.00 100.00
01/12/01 47776 25.00 75.00
02/15/01 48102 12.00 63.00
02/18/01 1350 350.00 413.00
Gus Brunston
An old PICKer
padregus@home.com