ACC1x: Formatting Yes/No Data Type ExampleLast reviewed: April 2, 1997Article ID: Q98662 |
The information in this article applies to:
SYMPTOMSIf you type a format string in the Format property of a text box whose control source is a Yes/No data type, the format string will appear in the text box instead of the expected data when you view the form in Form view.
CAUSEThe format string for the text box is incorrect. This can occur if you follow the illustration on page 219 of Microsoft Access "Language Reference." The illustration reads:
";Always [Blue];Never [Red]" RESOLUTIONThe illustration on page 219 should read:
;"Always" [Blue];"Never" [Red] REFERENCESMicrosoft Access "Language Reference," version 1.0, page 219 |
Keywords : FmsOthr kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |