I want a control to always be hidden unless it is one of the three specified users who are in the form.
So, I added a field that will hold the current user name
Then, put a condition on the field I want hidden, to be hidden if Current user is not equal to melissam
That worked just fine. So I proceeded to change the conditional formatting on the control to hide if current user is not equal to user1 or user2 or user3. That conditional formatting did not work. Any suggestions?