Click to See Complete Forum and Search --> : Checkbox indeterminate problem


Irishlad
03-18-2008, 11:44 PM
Using VB2008 & MS Access.
I have a checkbox on a form bound to an MS access db. When I click "add" record on the binding navigator the checkbox always fills with a solid sqaure, which I assume is the indeterminate state. I tried changing the settings in the db from yes/no to true/false and on/off, also tried setting the default value to false, tried adding a checkbox.checked=false in the "add" record button click event. Nothing works it always seems to show a null state. Any ideas?

chazzy
03-19-2008, 08:02 AM
Can you paste the code that describes the binding? What happens if you change it to a CHAR in the DB?