You can set the Format property to the Yes/No, True/False, or On/Off predefined formats or to a custom format for the Yes/No data type.
Setting
Microsoft Access uses a check box control as the default control for the Yes/No data type. Predefined and custom formats are ignored when a check box control is used. Therefore, these formats apply only to data that is displayed in a text box control.
Predefined Formats
The Format property provides the Yes/No, True/False, and On/Off predefined formats. Yes, True, and On are equivalent, as are No, False, and Off. If you specify one predefined format and then enter an equivalent value, the predefined format of equivalent value will be displayed. For example, if you enter True or On in a text box control with its Format property set to Yes/No, the value is automatically converted to Yes.
Custom Formats
The Yes/No data type can use custom formats containing up to three sections.
Section | Description |
---|---|
First | This section has no effect on the Yes/No data type. However, a semicolon (;) is required as a placeholder. |
Second | The text to display in place of Yes, True, or On values. |
Third | The text to display in place of No, False, or Off values. |