ACC: Formatted Colors Do Not Appear in Text
ID: Q104566
|
The information in this article applies to:
-
Microsoft Access versions 1.0, 1.1, 2.0, 7.0, 97
SYMPTOMS
Moderate: Requires basic macro, coding, and interoperability skills.
A text box control does not display text in the color that you specified.
Instead, the text is displayed as if you did not specify any color.
CAUSE
If you specify a color without a format in the Format property for a text
box, no color will be displayed.
RESOLUTION
Specify both a format and a color in the Format property for the text box.
MORE INFORMATION
Steps to Reproduce Behavior
- Open the sample database Northwind.mdb (or NWIND.MDB in versions 1.x
or 2.0). Open the Orders Subform form in Design view.
- Change the Format property of the Discount text box as follows:
Format: [Red];;[Yellow]
- Save and close the form.
- Open the Orders form in Form view. Note that the Discount field is
not displayed in color.
- Close the Orders form. Open the Orders Subform form in Design view.
- Change the Format property of the Discount field as follows:
Format: 0.00%[Red];;0.00%[Yellow]
- Save and close the form.
- Open the Orders form in Form view. Note that the values in the Discount
field are displayed in red or yellow.
NOTE: To return the Orders subform back to normal, open the form in Design
View and change the Format of the Discount text box control back to
percentage by selecting it from the combo box.
REFERENCES
For more information about formatting fields, search the Help Index for
"Format property," or ask the Microsoft Access 97 Office Assistant.
Keywords : FmsHowto
Version : 1.0 1.1 2.0 7.0 97
Platform : WINDOWS
Issue type : kbprb