Hello!
I have created a databas for a accounts purpose.
I want to keep the Openning Balance as Static and the Credit and Debit field should be cumulated. But according my code the Openning Balance is cummulated to every record.
Balance.Control source = [OpennigBalance] + [Debit] - [Credit]
Balance.Running sum = OverGroup
Please advice me.
I have created a databas for a accounts purpose.
I want to keep the Openning Balance as Static and the Credit and Debit field should be cumulated. But according my code the Openning Balance is cummulated to every record.
Balance.Control source = [OpennigBalance] + [Debit] - [Credit]
Balance.Running sum = OverGroup
Please advice me.
Comment