I have a checkbox control in a subform. It refuses to activate. I put a simple procedure in the click event
private sub CheckBox_Click()
msgbox "clicked"
end sub
and it won't run. The same procedure in any other event will work OK, like dblClick or Enter.
I think it must be some sort of setting on the form or parent form, because a new checkbox created from scratch behaves the same way. I've twiddled with all the properties I can see that would make a difference, but I can't find the solution.
Any advice?
private sub CheckBox_Click()
msgbox "clicked"
end sub
and it won't run. The same procedure in any other event will work OK, like dblClick or Enter.
I think it must be some sort of setting on the form or parent form, because a new checkbox created from scratch behaves the same way. I've twiddled with all the properties I can see that would make a difference, but I can't find the solution.
Any advice?