Validate Enumlist

How do I validate Enumlist with just 3 commas?

the lists

John, James, Jerry, Abigail, Terry

want to be able to validate when they user picks more than 3 names out of the ENUMLIST

@Steve       

PLEASE ANY ASSISTANCE

Solved Solved
0 1 107
1 ACCEPTED SOLUTION

I assume the problem is that you are already using the Valid If to specify the list of dropdown values. 

If you want to validate the list selection then you will want to MOVE your Valid If expression in the Suggested Values property instead.  Then you will be free to implement a proper validating expression in the Valid If property.

View solution in original post

1 REPLY 1

I assume the problem is that you are already using the Valid If to specify the list of dropdown values. 

If you want to validate the list selection then you will want to MOVE your Valid If expression in the Suggested Values property instead.  Then you will be free to implement a proper validating expression in the Valid If property.

Top Labels in this Space