Hi.
We are having a weird problem with the checkbox control.
We are using an access project (.adp) to connect to a SQL Server 2000 database and the visual basic editor that comes with Access to create the form, macros and reports that the system runs. We don't use third party tools and its purely just the default settings that MSAccess gives
We use checkboxes in the project forms linked to fields in our database to represent boolean fields in our tables. For that we simply put the ControlSource property to the proper field name.
Since yesterday the checkboxes in the project started to work funny: you could check the checkbox but you couldn't uncheck it, at best you where able to do it after pressing the space bar, clicking on it simply dosn't work, in the worst case you have to enter to the table to change the field value manually.
This happening for at least two differen projects running in two diferent SQL servers (we still have to check the others).
Does someone have an idea of what is the problem Im breaking my head with this.
Thanks.