pn on check box with control on one section

N

ngiraudon

Hello, how to make reappear ones section which disappeared after to have to
click in a check box and which does not reappear when I strip this one ?
thank you for your assistance
 
M

Michelle

To hide/unhide a control based on another control's value do the
following:

(1)Select the control to be conditionally hidden (in this case your
section)
(2)In the Format menu select Conditional Formatting
(3)Click on the Add button to add a rule
(4)Build the rule for condition and check the "Hide this control"
checkbox.

For example, suppose I have a check box called chkHide whose value is
TRUE when checked and FALSE when unchecked. Suppose further that I
wanted to hide a textbox when chkHide is checked. I would select the
textbox, then choose Conditional Formatting from the Format menu.
Click on the Add button to create a rule. Then build the rule as
follows:
(A)From the first list box choose "Select Field or Group" then select
chkHide from the DOM
(B)Choose "is equal to" from the second list box
(C)Choose "TRUE" from the third list box
(D)Check the "Hide this control" checkbox.
(E)Click OK and then Click OK again in the Conditional Formatting
dialog.

Hope this helps.
Michelle
 
N

ngiraudon

thank you for your assistance but my problem is more complicated.

In fact I have a check box (chk1) which control 3 sections when the check
box is true (chk1V) a section with a text box appears when the check box is
false (chk1F)
I have two sections which appear with 2 check box differents (chk2V and
chk2F).

I have a problem : when (chk1F) is checked and I select (chk2V) then " I
change my mind" and I checked (chk1V) the good text boxbox appear but if "I
change again my mind" I checked (chk1F) => I have only (chk2V) which appear
why my (chk2F) does not appear ???
I hope I 'm clear it's not easy to explain....
thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top