Archit3kt Posted February 7, 2012 Posted February 7, 2012 Can somebody show me a script to search a field in all records, look for extra space at the end of the value, and delete it? In our company's contact management dbase, many of the users accidentally add a space at the end of a company name, and then the company appears twice on value-based drop-down lists ("solar city" and "solar city ").
comment Posted February 7, 2012 Posted February 7, 2012 You could set the field to auto-enter a calculated value (replacing existing value) = Trim ( Self ) To fix already entered values, you could replace the field's content with a similar calculation. Make sure you have a backup before trying this.
Recommended Posts
This topic is 4673 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