J
Jim/Chris
Here is a post from the great Allen Browne
Text boxes on a report have a Running Sum property.
Add a text box to the report, and give it these properties:
Control Source Debit
Running Sum Over Group
Name txtDebitRS
Visible No
Add another one bound to the Credit field, with Running Sum
turned on, and
name it (say) txtCreditRS.
You can now set the Control Source for your Balance text
box to:
=[txtCreditRS] - [txtDebitRS]
Allen Browne - Microsoft MVP. Perth, Western Australia.
Jim
Text boxes on a report have a Running Sum property.
Add a text box to the report, and give it these properties:
Control Source Debit
Running Sum Over Group
Name txtDebitRS
Visible No
Add another one bound to the Credit field, with Running Sum
turned on, and
name it (say) txtCreditRS.
You can now set the Control Source for your Balance text
box to:
=[txtCreditRS] - [txtDebitRS]
Allen Browne - Microsoft MVP. Perth, Western Australia.
Jim