Solved Checkbox Problem

cheberdy

Member
Local time
Today, 11:42
Joined
Mar 22, 2023
Messages
77
I have these checkboxes on my form see picture. However, I cannot check and uncheck them they remain checked all the time. What can I do?
 

Attachments

  • Checkbox.PNG
    Checkbox.PNG
    11.9 KB · Views: 114
You could post the RecordSource of your form, and also the ControlSource of the checkbox control.
 
Rebuild your form one step at a time. Note when the checkboxes stop working. That identifies where the problem is. Once you know that there may or may not be a way to resolve the problem.
 
...they remain checked all the time.
They don't look like they are checked in the image you posted. Is that what it looks like when the box is checked?
 
A checked check box has a check-mark inside. If those are supposed to be bound, they look like they might contain nulls, i.e. improperly bound and with warnings disabled. At least, that is how I would interpret the image you showed us.
 

Users who are viewing this thread

Back
Top Bottom