thompm65 Posted October 6, 2006 Posted October 6, 2006 Hello, I would like to be able to find records that the text is in all capital letters. Is this possible? If so, how? Thanks, MT
BobWeaver Posted October 6, 2006 Posted October 6, 2006 You can create a calculated field with the formula: Exact(TextField,Upper(TextField)) This will return a value of 1 if the field "TextField" is all upper case and a value of 0 otherwise. So, all you have to do is search this calculated field for values of 1.
Recommended Posts
This topic is 6676 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now