Hello,
I have a problem that is difficult to explain without having the actual form in front of you but here goes . . .
I have a user form with checkboxes (I'll call them parent checkboxes)that activates and or displays other textboxes (child textboxes) and/or checkboxes (child checkboxes) when they are checked. The problem I'm having is that when the user re-opens the form, the childe textboxes or childe checkboxes that were activated because the parent checkboxes were checked are no longer activated. The parent checkbox shows a check but the child checkboxes only activate when the user unchecks and rechecks the parent checkbox.
For example:
Checkbox1 (parent checkbox) when checked allows user to enter ReportTitle1 (child textbox) and activates 5 other check boxes (child checkboxes 2-6.) Suppose the user checks Checkbox1 which activates ReportTitle1 and Check boxes 2-6 and the user enters text in ReportTitle1 checks check box 3 and 5. When the user reactives the userform, Checkbox1 is checked, however, ReportTitle1 and check boxes 2-6 are not activated but check box 3 and 5 are checked.
In the above scenario would like the userform (upon re-opening)to automatically activate ReportTitle1 and check boxes 2-6 with the retained values.
Is this possible?
Thanks
I have a problem that is difficult to explain without having the actual form in front of you but here goes . . .
I have a user form with checkboxes (I'll call them parent checkboxes)that activates and or displays other textboxes (child textboxes) and/or checkboxes (child checkboxes) when they are checked. The problem I'm having is that when the user re-opens the form, the childe textboxes or childe checkboxes that were activated because the parent checkboxes were checked are no longer activated. The parent checkbox shows a check but the child checkboxes only activate when the user unchecks and rechecks the parent checkbox.
For example:
Checkbox1 (parent checkbox) when checked allows user to enter ReportTitle1 (child textbox) and activates 5 other check boxes (child checkboxes 2-6.) Suppose the user checks Checkbox1 which activates ReportTitle1 and Check boxes 2-6 and the user enters text in ReportTitle1 checks check box 3 and 5. When the user reactives the userform, Checkbox1 is checked, however, ReportTitle1 and check boxes 2-6 are not activated but check box 3 and 5 are checked.
In the above scenario would like the userform (upon re-opening)to automatically activate ReportTitle1 and check boxes 2-6 with the retained values.
Is this possible?
Thanks