Hello,
Here is my question.
I've got several check boxes on my form (yes/no questions for users). And one check box that says "None of the above".
If the latter is ticked: 1) all other check boxes become disabled, and 2) Access checks if any of them were ticked and if it's true alerts user about the error.
For #1 I wrote a code in After Update event to disable all other boxes, but it disables them for all records. How can I do it only for current record.
For #2 I also wrote a code, but I'm wondering if it can be done using validation rule of the control. Is it possible to write an expression for validation rule to accomplish the task.
Would appreciate any suggestions!
Here is my question.
I've got several check boxes on my form (yes/no questions for users). And one check box that says "None of the above".
If the latter is ticked: 1) all other check boxes become disabled, and 2) Access checks if any of them were ticked and if it's true alerts user about the error.
For #1 I wrote a code in After Update event to disable all other boxes, but it disables them for all records. How can I do it only for current record.
For #2 I also wrote a code, but I'm wondering if it can be done using validation rule of the control. Is it possible to write an expression for validation rule to accomplish the task.
Would appreciate any suggestions!
Comment