Trying to check my logic.
I have a Location, a Member, and a Hierarchy.
I have a Location Combo Box (Combo Box 1) and a Member Full Name Combo Box (Combo Box 2).
If the Location chosen in in Combo Box 1 is equal to "UNAS" and the Hierarchy of the Member in Combo Box 2 is equal to "One" then Combo Box 2 DisplayMode should default to 'Edit' else 'Disabled'.
If the above is not true then...
If the Location chosen in Combo Box 1 is equal to any other Location initiate:
If(varHierarchy="One" Or varHierarchy="Two" Or varHierarchy="Three"=true,DisplayMode.Edit,DisplayMode.Disabled)