Looks like I\'m not the only one out there with this issue, but there doesn\'t seem to be an anwwer to this problem.
I\'m working in Access 2010, using a linked tabl
Following the analysis in this Microsoft KB http://support.microsoft.com/kb/318882 here is what we did to solve this problem. 1) We ran a sql script to update the rows in that table which had nulls in the bit fields, 2) We then modified the table definition to include a default value of '0' in those bit fields.