Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I need to change the fields so that Only the first letter of every word is in Caps.

Right now its all over the place. Some records are all lowercase, some are all uppercase, and some are mixed.

Thanks

Devin

Posted

Text Format does what it says: it formats the DISPLAY of the text, on a particular instance of a field, on a particular layout. It does not change the data itself. To do that, replace the field contents with a calculation =

Proper ( yourfield )

If this is a multi-user solution, script a loop instead, setting the field to the same calc. Backing up beforehand is strongly advised for both.

Posted

Text Format does what it says: it formats the DISPLAY of the text, on a particular instance of a field, on a particular layout. It does not change the data itself. To do that, replace the field contents with a calculation =

Proper ( yourfield )

If this is a multi-user solution, script a loop instead, setting the field to the same calc. Backing up beforehand is strongly advised for both.

Dam that was easy! I was looking all over!

Thanks

Devin

This topic is 6952 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.