Article ID: 248980 - Last Review: November 25, 2002 - Revision: 1.0 ACC2000: Format Property of "**$#,##0.00" Is Changed to "**" in Access 2000This article was previously published under Q248980 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp). On This PageSYMPTOMS
After you type a Format property of **$#,##0.00 for a control in a report or a form, or for a field in Design view of a table, Microsoft Access 2000 resets the Format property to **. This causes all asterisks to be displayed in the control or in the field. For example, when you preview a report that has a Format property setting of **$#,##0.00 for a control, both print preview and a hard-copy printout display all asterisks for that control. In a form or a table in Datasheet view, a control or a field that has a Format property setting of **$#,##0.00 appears as all asterisks. NOTE: The resetting of the Format property does not occur in Microsoft Access 97. If you convert a Microsoft Access 97 database that has a report, a form, or a table that contains a Format property setting of **$#,##0.00 to Microsoft Access 2000, the Format property is changed to ** during the conversion. RESOLUTION
To resolve this problem, obtain Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a).
To obtain SR-1/SR-1a, click the article number below to view the article in the Microsoft Knowledge Base: 245025
(http://support.microsoft.com/kb/245025/EN-US/
)
OFF2000: How to Obtain and Install Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a)
To temporarily work around this problem, change the Format property setting so that the asterisks are at the end of the format string. For example instead of using the format of **$#,##0.00, use the format of $#,##0.00**. By using this format, you ensure that the value appears at the beginning of the field and that the remaining space is filled with asterisks.
STATUSMicrosoft has confirmed that this is a problem in Access.
This problem was corrected in Microsoft Office 2000 SR-1/SR-1a.
MORE INFORMATION
The $#,##0.00** format is most commonly used for printing checks.
Steps to Reproduce Behavior
| Article Translations
|
Back to the top
