I have a form that I've programmed some conditional formatting into both in Access and in VBA. What I am experiencing is that everything is working fine, fields that are supposed to be disabled based on the respondents answers are disabling correctly BUT when I create a new record, the fields in this case checkboxes that were grayed out/disabled previously stay that way for the new record. I didn't see a way to do conditional formatting in Access on checkboxes so everything is in VBA.
To be more particular.
I have 5 check boxes.
Option 1
Option 2
Option 3
None
Unknown
If ANY Option 1 THROUGH Option 3 is checked, it disables None and Unknown from being selected. Inversely if None is selected - it disables/grays out Unknown and Option 1 THROUGH Option 3. if Unknown is selected - disable/gray out None and Option 1 THROUGH Option 3.
So this is working just fine but when I click the button to create a new record, and say I had previously checked "None" whcih disabled Option 1 THROUGH Option 3 and Unknown - those fields are disabled on the form for the new record, the checkbox are all unchecked but the fields are disabled.
I imagine I need to "reset" these fields when the Create New Record is clicked but I'm not sure.
Any help would be awesome!
Thanks!