I have a Data Entry form that has some CheckBox controls on it. The CheckBox controls are "Bound" to a database via the Data Bindings "Checked" property (although I have tried all of the other binding options as well). The Check Boxes work correctly for entering the data however the "State" of the check boxes dont update as I navigate through my form?. In other words. If I have CheckBox 1 checked, and then navigate back through the dataset, CheckBox 1 remains checked whether or not the underlying data is "checked".
Any thoughts on why/how this might be happening?
Thanks
Mike
Start Free Trial