M
Max Yaffe
Dear All,
I'm having a problem with check box data types. I have an ODBC linked
SQL server table with a column ReqConfirm which is defined as a
tinyint in SQL and as byte in Access 2003. I'm trying to bind it to a
checkbox so that a check has value -1 and non-check has value 0. I
can't seem to get this to work directly.
Is it be possible to bind a byte to a checkbox? If not, is there a
better way to define the columns in SQL server. I've tried using Bit
& Binary but neither seem to work.
Thanks,
Max
I'm having a problem with check box data types. I have an ODBC linked
SQL server table with a column ReqConfirm which is defined as a
tinyint in SQL and as byte in Access 2003. I'm trying to bind it to a
checkbox so that a check has value -1 and non-check has value 0. I
can't seem to get this to work directly.
Is it be possible to bind a byte to a checkbox? If not, is there a
better way to define the columns in SQL server. I've tried using Bit
& Binary but neither seem to work.
Thanks,
Max