B
Brian
I have a form with about 50 checkboxes on it. The user is
allowed to check as many boxes as he/she wishes UNLESS
they check this one box. If they check this one box, I
want all the other boxes to have their .ENABLE property
changed to FALSE. Now I can write one massive IF
statement to do this, but I was thinking that there might
be a way to do this with a FOR EACH...NEXT statement.
Anyone out there know how to write such a statement? The
MS Access help is no help!
Thanks is advance
allowed to check as many boxes as he/she wishes UNLESS
they check this one box. If they check this one box, I
want all the other boxes to have their .ENABLE property
changed to FALSE. Now I can write one massive IF
statement to do this, but I was thinking that there might
be a way to do this with a FOR EACH...NEXT statement.
Anyone out there know how to write such a statement? The
MS Access help is no help!
Thanks is advance