ACC: Text Box Formatted as Currency Has a Space on the RightID: Q109314 
  | 
Novice: Requires knowledge of the user interface on single-user computers.
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.
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.
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).
This behavior is by design.
If you format some text boxes on a form with a currency format and others with a custom format, you may have trouble aligning columns of figures. For example, if you format totals in a report's footer section with a currency format, but use a custom format, or no format, on the text boxes above the footer, the columns may not be automatically aligned.
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          : kbusage RptLayou 
Version           : 1.0 1.1 2.0 7.0 97
Platform          : WINDOWS 
Issue type        : kbprb 
Last Reviewed: March 30, 1999