I'm trying to bind a radio button's checked property to an Access field defined as Yes/No and am having no success. I can programmatically read the dataset field and set the radio button, but I than have difficulty adding a new record and setting the dataset field to be updated in the dataset.
When I set the binding in the Property box for the radButton.checked to the Access dataset field, I cannot add/update/delete any records.
Is there something special about radio buttons that they don't bind the same as other controls? Should I be binding a different property than the checked property?
Michael