Jump to content

This topic is 7564 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi MJG,

You could add field validation to your text field. If you want the user to enter data with 'all caps' then the calculation for the validation would be:

Case(Exact(YourTextField, Upper(YourTextField)), 1 , 0 )

You could also use a calculated field, derived from the text input field. For 'all caps' the calculation would be:

Upper(YourTextField)

Regards,

Ernst.

Posted

blah blah Case is redundant blah Exact( field, Upper(field) ) boolean blah blah wink.gif

This topic is 7564 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.