Is there a way to return a true/false value to see if something is selected? For example, let's say I have a List Box with data items A, B, C, D in it. I want to set up an If statement based on whether A is selected or not. I know it's easy if you can only select one item - I can use GetCurrentField on it. But what if you can select multiple items? Is there a way to just return a true/false value if something is selected?