ACC: How to Format a Number with a Trailing Percent SignLast reviewed: April 2, 1997Article ID: Q119482 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. You cannot use a percent sign (%) in a format statement in Microsoft Access. Microsoft Access does not recognize the backslash character (\), which is the normal switch to indicate a literal character in a format string, when used in conjunction with the percent sign. If you do use it, Microsoft Access will multiply the value by 100. For example, a bound numeric control with the Format property set to "0%" would return "1200%" if you entered "12" in the control. This article describes how to work around this behavior.
MORE INFORMATIONOne method of working around this behavior is to create a custom function to return the formatted number. The following example demonstrates this method:
|
Keywords : GnlFrmt kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |