How can one run a form with in a form? For example I have 4 visible checkboxes in one form that control 50+ hidden checkboxes in the background and exports data to excel.
If vischkbox1 is clicked – it checks off hidchkbox1 through hidchkbox10
If vischkbox1 is clicked – it checks off hidchkbox2 through hidchkbox15
If vischkbox1 and 2 both are clicked – it checks off hidchkbox1 through hidchkbox15
And so on and so forth… that’s why I need the checkboxes…and this is working fine… however
Now the form looks big but only has 4 visible checkboxes. So what I was thinking is maybe put 50+ hidden checkboxes in a subform and make that hidden so that the original form can be formated correctly? Is there a way to do this and still have the 4 checkboxes control the 50 hidden checkboxes?
thanks!
If vischkbox1 is clicked – it checks off hidchkbox1 through hidchkbox10
If vischkbox1 is clicked – it checks off hidchkbox2 through hidchkbox15
If vischkbox1 and 2 both are clicked – it checks off hidchkbox1 through hidchkbox15
And so on and so forth… that’s why I need the checkboxes…and this is working fine… however
Now the form looks big but only has 4 visible checkboxes. So what I was thinking is maybe put 50+ hidden checkboxes in a subform and make that hidden so that the original form can be formated correctly? Is there a way to do this and still have the 4 checkboxes control the 50 hidden checkboxes?
thanks!