- You have a computer that is running Microsoft Office Access 2003.
- You install Microsoft Office 2003 Service Pack 3 (SP3).
- You create an Access 2003 project that links to a table in Microsoft SQL Server.
- The table in SQL Server has a Bit data type column.
Symptom 1
When you insert rows into the table by specifying the default value of 0 (zero) for the Bit data type column, the value for the column in the new row is 1. A value of 0 means "false." A value of 1 means "true."Symptom 2
After you add a check box for the current record to a form, and then you click to select the check box, you cannot click to clear the check box. This problem occurs if the check box is bound to the Bit data type column.Note These problems occur only after you install Office 2003 SP3.