Newbies cebrown Posted May 14, 2003 Newbies Posted May 14, 2003 Hello, I have a user whose database is 4.1 and she imported from an Excel doc. Unfortunately, extra characters, actually blank spaces, came in with most of the fields. She is trying to create labels and even though she is using merge fields, the blank spaces are not allowing the merge fields to slide up or over. Short of going into every field that has the blank spaces at the end of the text, is there a way to clean up these spaces globally? The excel sheet doesn't show extra spaces so I am guessing that the original document prior to excel did not cleanly save as an excel doc. Unfortunately, the user does not have access to the original doc nor does she know what application created it. Thanks for your help!
EddyB Posted May 14, 2003 Posted May 14, 2003 You could create new fields for the labels to use and strip the spaces out that way. For example if you have a field called NAME Create another field called NS_NAME make this a calculation field and use TRIM(NAME) this will remove the spaces. You could then use the field NS_NAME for the labels Ed.
Newbies cebrown Posted May 14, 2003 Author Newbies Posted May 14, 2003 This did the trick! Thank You so much!
Recommended Posts
This topic is 7865 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