Hi Hilary
I have tried your suggestion but unfortunately cannot get it to work. I have 8 sections in a form that need to be hidden and shown based on one option in each section.
I pick a section and add a rule that goes through and checks the value of a dropdownlist field in each section. I can add the condition for the first 5 but can't for the remaining 3. If the 5th condition is my last condition, I try to change it to "The expression" as you have suggested in your post above but when I try to paste the remaining three conditions it only accepts the first one in the string.
This is the condition I am trying to paste in the last condtion expression where "Miscellaneous", "EmploymentContract" and "HigherDutiesPositionDetails" are names of sections in my form:
../my:Miscellaneous/my:Miscellaneous_FurtherChanges/my:EmployeeStatusOptions_6 != "something" and
../my:EmploymentContract/my:EC_FurtherChanges/my:EmployeeStatusOptions_7 != "something" and
../my:HigherDutiesPositionDetails/my:HigherDutiesFurtherChanges/my:EmployeeStatusOptions_8 != "something"
When I try to paste the above it stops after the first one which is "../my:Miscellaneous/my:Miscellaneous_FurtherChanges/my:EmployeeStatusOptions_6 != "something" and"
I am using InfoPath 2010, any ideas??
Thanks Hilary.
Regards
Yoshi
EDIT: I got it working, I had to manually copy the next condition and paste it after the and.