devinh Posted November 15, 2005 Posted November 15, 2005 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
comment Posted November 15, 2005 Posted November 15, 2005 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.
devinh Posted November 15, 2005 Author Posted November 15, 2005 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now