Based on Multiple check boxes change the value of Main check box(completed)
i have a table with fields
Name | ID | Completed (true or false check box) | check box 1 | check box 2 | check Box 3 |
now what i want to do is, if the check box 1,2,3 are true, change the value to true in completed field automatically.
how do i write function.
&
where should i write it.
i have a table with fields
Name | ID | Completed (true or false check box) | check box 1 | check box 2 | check Box 3 |
now what i want to do is, if the check box 1,2,3 are true, change the value to true in completed field automatically.
how do i write function.
&
where should i write it.