I have a continous form with several checkboxes, each of them has a "formula", that returns True or False: ControlSource=myFunction('blabla')
Now the user is not able to EDIT this checkbox anymore... it seems to be kind of 'locked'... Does anybody have an idea/approach to this problem? I need to keep the formula (can't put it in the oncurrent-event, since this is a continous form) AND let the user click on the checkboxes...
Now the user is not able to EDIT this checkbox anymore... it seems to be kind of 'locked'... Does anybody have an idea/approach to this problem? I need to keep the formula (can't put it in the oncurrent-event, since this is a continous form) AND let the user click on the checkboxes...