Just to make sure I am on the same page - I checked the data type on the SQL 2005 table and it's a bit. I checked the data type on Access 2007 linked table and it shows up as 'Yes/No'. I then went ahead and created a "select *" query based on the linked table and I still see a -1 and a 0 instead of a checkbox.
Wonder what I am missing here.
Main Topics
Browse All Topics





by: mwvisa1Posted on 2009-08-10 at 14:50:07ID: 25064406
From what I have seen MS Access takes care of this for you as -1 is 'true' and 0 is 'false' so if you create a view (MS Access Query) to this data you should see that it converted that column to check box and that -1 rows have a check mark.