ACC2: RunningSum Text Box in Report Not Accumulating ValuesID: Q115877
|
Novice: Requires knowledge of the user interface on single-user computers.
When a text box in a report that uses the RunningSum property is based on
another control in the report, it does not accumulate the running sum.
Instead, it reflects only the value of the control it references.
Change the reference to use the Val() function to convert the data type from Variant to Number, or reference a field from the underlying table or query.
Microsoft has confirmed this to be a problem in Microsoft Access 2.0. This problem no longer occurs in Microsoft Access version 7.0.
This problem is usually encountered in databases that have been converted from version 1.x to 2.0.
Name: Field0
ControlSource: =[Unit Price]
Name: Field2
ControlSource: =[Field0]
RunningSum: Over All
=[Unit Price]
=Val([Field0])
For more information about the RunningSum property, search for "RunningSum," and then "RunningSum Property" using the Microsoft Access Help menu.
Additional query words: reports
Keywords : kbusage RptTotal
Version : 2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 3, 1999