This is a discussion on Binary or Byte data linked to Checkbox within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Dear Group, I'm using Access 2003 linked to an SQL Server data table via an ODBC connection. On one ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear Group, I'm using Access 2003 linked to an SQL Server data table via an ODBC connection. On one form I have several check boxes which want data mapped to a TRUE/FALSE datatype. Is there a direct way to bind a checkbox to a bit, a binary, or a tinyint? I've only been able to get it to work with a smallint which is 2 bytes long. Thanks, Max |
| ||||
| Arg. Access wants to insert -1 for true and 0 for false. So sorry the type will need to support negative numbers. -- Matt Neerincx [MSFT] This posting is provided "AS IS", with no warranties, and confers no rights. Please do not send email directly to this alias. This alias is for newsgroup purposes only. "Max Yaffe" <myaffe@not.gamry.com> wrote in message news:0f1ji1p22uleclnn5t4lka3vnta48bda3k@4ax.com... > Dear Group, > > I'm using Access 2003 linked to an SQL Server data table via an ODBC > connection. > > On one form I have several check boxes which want data mapped to a > TRUE/FALSE datatype. Is there a direct way to bind a checkbox to a > bit, a binary, or a tinyint? I've only been able to get it to work > with a smallint which is 2 bytes long. > > Thanks, > Max |