Dagel Posted August 14, 2004 Posted August 14, 2004 I need to throw up an error message when a user attempts to enter all lowercase or all uppercase text in a field. I've been correcting the entries after importing their data using the Proper function, but that's not appropriate for use across the board. Thanks for any suggestions!
-Queue- Posted August 14, 2004 Posted August 14, 2004 Try creating a validation of Exact( text, Proper(text) ).
RalphL Posted August 15, 2004 Posted August 15, 2004 Proper may not always work. Names like McGee and O'Brien don't work with proper. Maybe try Not Exact (Text, Upper (Text)) and Not Exact (Text, Lower (Text)).
Recommended Posts
This topic is 7404 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