Hi -
On screen one of a 5-page form, the user will select a check box for the topics/pages need to be completed. The check boxes have been converted from a multi-select field and storing the values in a collection. I want to navigate to next page based on what that have chosen. I can get to the first selection using If(First(colType).Value = "Spill" , Navigate('Spill')) but don't know the best method for getting them to the remainder of their selections. I want to bypass the screens that are not needed. Also, I can't just go down the list because not everyone will enter them in the same order.
Any help would be appreciated!


Report
All responses (
Answers (