JTSmith Posted June 5, 2017 Posted June 5, 2017 (edited) I have data which has the problem where it's duplicated text in the fields Example: Bob SmithBob Smith David JonesDavid Jones Henry MorrisHenry Morris I just want to delete the duplicate in the field so it just shows Bob Smith, not Bob SmithBob Smith. Any help would be greatly appreciated! Edited June 5, 2017 by JTSmith
siroos12 Posted June 5, 2017 Posted June 5, 2017 if that is a text field, then replace the field content with: Left( FieleName ; length(FieldName) / 2)
Lee Smith Posted June 5, 2017 Posted June 5, 2017 or LeftWords ( text ; 1 ) & " " & RightWords ( text ; 1 ) 1
Recommended Posts
This topic is 2739 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