Article ID: 115877
Article Last Modified on 6/25/2002
APPLIES TO
- Microsoft Access 2.0 Standard Edition
This article was previously published under Q115877
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
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.
RESOLUTION
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.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access 2.0. This
problem no longer occurs in Microsoft Access version 7.0.
REFERENCES
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: kbbug kbusage KB115877