Article ID: 109314
Article Last Modified on 1/18/2007
APPLIES TO
- Microsoft Access 1.0 Standard Edition
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q109314
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
A text box with a currency format on a form or on a report displays data
with an extra space at the right end of the value.
CAUSE
The space at the right end of the value is required for a closing
parenthesis for negative values. The space keeps the decimal point aligned
for positive and negative values.
RESOLUTION
Change the text box's Format property to a custom format or to a fixed
format with two decimal places.
For example, if you change the control's Format property to $#,##0.00,
values in the control will be displayed without the space on the right end.
Negative values will be displayed as -$nnn.nn, not as ($nnn.nn).
STATUS
This behavior is by design.
REFERENCES
For more information about formatting a field, search the Help Index
for "Format," and then "Format Property" or ask the Microsoft Access 97
Office Assistant.
Keywords: kbprb kbusage KB109314