Running Sum

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fuard
    New Member
    • Sep 2006
    • 19

    Running Sum

    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.
  • PEB
    Recognized Expert Top Contributor
    • Aug 2006
    • 1418

    #2
    Hi,

    U speek about the reports isn't it?

    So why do you put this code in opening balance... simply a value get from the database i think..

    :)

    Comment

    • Fuard
      New Member
      • Sep 2006
      • 19

      #3
      Thanks PEB


      Originally posted by PEB
      Hi,

      U speek about the reports isn't it?

      So why do you put this code in opening balance... simply a value get from the database i think..

      :)

      Comment

      Working...