G
Gardner
I am current experiencing problems with the checkboxes on my forms. If
unchecked, clicking will set the checkbox. If already checked, clicking will
have no effect. Setting a checkbox that is already checked to false still
shows true (via vba).
The forms are bound to a SQL Server back end database. Almost all of the
checkboxes have no code attached to them. The remaining checkboxes just tab
to another field after update. I have decompiled and recompiled.
Tabbing to the checkbox and hitting the spacebar works but not clicking with
the mouse. The problems began after Office Service Pack 3 was installed. I
have many versions of the database that were created before the Service Pack
and none of them have working checkboxes now (they worked before the Service
Pack).
An additional problem occurred with a listbox that had 13 columns. The form
would not display, I could not compile. I could not save until I reduced the
number of columns and save the database.
Any help on the checkboxes would be greatly appreciated.
~Gardner
unchecked, clicking will set the checkbox. If already checked, clicking will
have no effect. Setting a checkbox that is already checked to false still
shows true (via vba).
The forms are bound to a SQL Server back end database. Almost all of the
checkboxes have no code attached to them. The remaining checkboxes just tab
to another field after update. I have decompiled and recompiled.
Tabbing to the checkbox and hitting the spacebar works but not clicking with
the mouse. The problems began after Office Service Pack 3 was installed. I
have many versions of the database that were created before the Service Pack
and none of them have working checkboxes now (they worked before the Service
Pack).
An additional problem occurred with a listbox that had 13 columns. The form
would not display, I could not compile. I could not save until I reduced the
number of columns and save the database.
Any help on the checkboxes would be greatly appreciated.
~Gardner