ACC2000: Text Box Formatted as Currency Has a Space on the Right (208428)
The information in this article applies to:
This article was previously published under Q208428 SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers.
A text box whose Format property is set to Currency 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 Format property of the text box to a custom format or to a fixed format with two decimal places.
For example, if you change the Format property of the text box to $#,##0.00, values in the text box will be displayed without the space on the right end. Negative values will be displayed as -$nnn.nn, not as ($nnn.nn).
| Modification Type: | Major | Last Reviewed: | 6/24/2004 |
|---|
| Keywords: | kbprb kbusage KB208428 |
|---|
|