I need some help creating a running total. I am not sure whether I need to use row summaries or unbound fields to get what I am looking for. The total needs to update if records are changed,added, or removed.
I am trying to do something similar to this:
Based on whether the record is a credit/debit it should add or subtract from the running total.
Hello,
An UnboundField is suitable if you need a " summary" for the record (horizontally). RowSummaries are suitable for Fields (vertically).
As far as I can see from your improvised grid :) I believe you are looking for an UnboundField. You can use InitializeRow event to keep this UnboundField's value synchronized.