Article ID: 119482 - Last Review: January 19, 2007 - Revision: 2.1 ACC: How to Format a Number with a Trailing Percent SignThis article was previously published under Q119482
Moderate: Requires basic macro, coding, and interoperability skills.
SUMMARY
You cannot use a percent sign (%) in a format statement in Microsoft
Access. Microsoft Access does not recognize the backslash character (\)
(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 INFORMATION
One method of working around this behavior is to create a custom function
to return the formatted number. The following example demonstrates this
method:
APPLIES TO
| Article Translations
|

Back to the top
