A
Afrosheen
I have about 5 or 6 check boxes that can either be checked or not. What i
need is to have the form {not sure about this} check to see if any of the
check boxes are checked. If any of them is checked then ck1 would be true.
I can do it with a If then statement but what I have doesn't really seam
logical. I have:
If check box is true then
store true in ck1 field
else
store false in ck1 field.
end if
The Problem with this is that if one box is checked and the other is not
checked then the ck1 box may not be checked at all.
I have 6 statements like the one above.
Thanks for reading this.
need is to have the form {not sure about this} check to see if any of the
check boxes are checked. If any of them is checked then ck1 would be true.
I can do it with a If then statement but what I have doesn't really seam
logical. I have:
If check box is true then
store true in ck1 field
else
store false in ck1 field.
end if
The Problem with this is that if one box is checked and the other is not
checked then the ck1 box may not be checked at all.
I have 6 statements like the one above.
Thanks for reading this.