fuzzybrain said:
hi,
how do you create a running balance in an access report.
using xp on xp.
thanks.
From the Help file:
RunningSum Property
You can use the RunningSum property to calculate record-by-record or
group-by-group totals in a report. Read/write.
expression.RunningSum
expression Required. An expression that returns one of the objects in the
Applies To list.
Remarks
The RunningSum property specifies whether a text box on a report displays a
running total and lets you set the range over which values are accumulated.
For example, you can group data by month and show the sum of each month's
sales in the group footer. You can show the running sum of accumulated sales
over the entire report (sales for January in the January footer, sales for
January plus February in the February footer, and so on) by adding a text
box to the footer that shows the sum of sales and setting its RunningSum
property to Over All.
Note The RunningSum property applies only to a text box on a report.
The RunningSum property uses the following settings.