July 1, 200817 yr Hello, I've got a field that I want to have validated to check to make sure that none of a certain character (< > : " / | ? *) are used in the field. I've been able to use a calculation to make sure that the field name is not just that character, but that is as far as I can get. Thanks, Matt
July 1, 200817 yr Try: IsEmpty ( Filter ( Field ; ) ) Remember to escape special characters Like " and . Edited July 1, 200817 yr by Guest fixed a typo
Create an account or sign in to comment