I would like to find the following occurences of invalid values in a field.
The first occurence is I have a field that limits the number of characters to 7. However users sometimes enter values in this field that are 6 characters or less. Is there a way to query these out?
The second occurence is users may enter lower case characters, in the field mentioned above, when they should in fact be capitalized. Is there a query to find these lower case characters?
Thanks.
The first occurence is I have a field that limits the number of characters to 7. However users sometimes enter values in this field that are 6 characters or less. Is there a way to query these out?
The second occurence is users may enter lower case characters, in the field mentioned above, when they should in fact be capitalized. Is there a query to find these lower case characters?
Thanks.