Hi group,
How do I check all check box controls on a Continuous Form?
I have a form (Main) with two SubForms (Sub1 and Sub2). Sub1 has a button that is supposed to check all the check boxes visible in the SourceObject of Sub2. The SourceObject of Sub2 is a Continous Form based on a query.
I need to be able to click the button and have all the check boxes become checked.
Right now, I can only get teh first one to check!
I'm trying to do this as efficiently as possible, so any help would be much appreciated!
Oliver
How do I check all check box controls on a Continuous Form?
I have a form (Main) with two SubForms (Sub1 and Sub2). Sub1 has a button that is supposed to check all the check boxes visible in the SourceObject of Sub2. The SourceObject of Sub2 is a Continous Form based on a query.
I need to be able to click the button and have all the check boxes become checked.
Right now, I can only get teh first one to check!
I'm trying to do this as efficiently as possible, so any help would be much appreciated!
Oliver
Comment