LasseJ Posted March 29, 2007 Posted March 29, 2007 Hi all You've been kind to help me out before, so here we go again: I have a field called "Surname". For some reason I cant "find" it if the data contains of two surnames (ex. John Paul and searching on "Jo Pau") I guess it has something to do with the way the data has been imported in the first place, because if I rewrite the data (or remove the blank and hit space once again), the problem disappears. I have a similar(?) problem with unnessecary blanks trailing the surname. I would also like to get rid of these. Does anyone know how to solve the problem an easy way? Best regards Lasse
comment Posted March 29, 2007 Posted March 29, 2007 Removing extraneous spaces should be easy: TrimAll ( Surname ; 0 ; 0 ) However, spaces should not interfere with your find, so I suspect you may have some other invisible characters in there. Perhaps you should export the data to a text editor and fix it there.
Recommended Posts
This topic is 6449 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