H
HumanJHawkins
Hi all,
I have an Access Form in an .adp connected to MS SQL Server 2000. When
the field behind them is of the "bit" or "tinyint" datatypes, my
checkboxes will not uncheck and also exhibit other bad behavior such
as one checkbox affecting the data in another checkbox.
When I convert all of the datatypes to smallints, the problem goes
away and everything works perfectly.
In MS SQL, the "bit" and "tinyint" datatypes are always unsigned. This
issue appears to be related to Access attempting to store a -1 for
true instead of 1. However, Access (even using the exact same .adp
file) does not do this for other people in my office.
So, does anyone have any suggestions for what I should look at in
trying to find the cause of this issue? Is there some property of
checkboxes I should look at? Is it possible to get an MS Access DB
style checkbox (which uses -1 for true) onto a SQL connected form?
Thanks in advance for any help.
I have an Access Form in an .adp connected to MS SQL Server 2000. When
the field behind them is of the "bit" or "tinyint" datatypes, my
checkboxes will not uncheck and also exhibit other bad behavior such
as one checkbox affecting the data in another checkbox.
When I convert all of the datatypes to smallints, the problem goes
away and everything works perfectly.
In MS SQL, the "bit" and "tinyint" datatypes are always unsigned. This
issue appears to be related to Access attempting to store a -1 for
true instead of 1. However, Access (even using the exact same .adp
file) does not do this for other people in my office.
So, does anyone have any suggestions for what I should look at in
trying to find the cause of this issue? Is there some property of
checkboxes I should look at? Is it possible to get an MS Access DB
style checkbox (which uses -1 for true) onto a SQL connected form?
Thanks in advance for any help.