ACC2002: Make-Table Query Does Not Format Yes/No or Bit Fields Correctly (279150)
The information in this article applies to:
This article was previously published under Q279150 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SYMPTOMS
When you use a make-table query to create a new table, you are unable to change the format of Yes/No fields or Bit fields to display check boxes in Datasheet view.
RESOLUTION
There are two ways to resolve this issue.
For both Access databases (.mdb) and Access projects (.adp), you can change the display control to a check box as follows:
- Open the table in Design view.
- Click the Yes/No or the Bit field, and then click the Lookup tab.
- Change the Display Control property to Check Box.
- Open the table in Datasheet view. Note that the check boxes appear as expected.
For an Access database (.mdb) you can also correct this problem by changing the data type of the field to Number, and then change it back again to Yes/No as follows:
- Open the table in Design view.
- Change the data type of the Yes/No field to Number, and then save the table.
- Change the data type of the field back to Yes/No, and then save the table.
- Open the table in Datasheet view. Note that the check boxes now appear in the field.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 10/22/2003 |
---|
Keywords: | kbbug kbnofix KB279150 |
---|
|