Hi All,I have a table with 2 columns in a form with fields in each row.One of the fields is a dialog list.When the user selects a certain choice from the dialog list, some of the fields in the table must be hided,that is basically row/rows have to be hidden.
I would appreciate any help on this.
thanks,
Sreeni.
Subject: Hiding Rows in a table based on choice in dialog list
-
Select the rows to be hidden and open the text properties box2) Go to the Hide tab (looks like a window shade) and click on the hide when checkbox
-
Fill in a formula to tell the rows when to hide (for example: MyField=“Choice1” | MyField=“Choice2” )
You will also need to go to the properties for the dialog list box and click on the option to refresh fields on change.
That should do it.