Access Annoyance – Bit Columns
Here’s another one that I’ve run into when linking to a SQL Server table that has a bit column. Maybe there’s a cleaner fix, in the past I’ve just changed the table to a tinyint with a check constraint. Bits are useful things, should just work.
Read more "Access Annoyance – Bit Columns"