June 5, 20178 yr 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, 20178 yr by JTSmith
June 5, 20178 yr if that is a text field, then replace the field content with: Left( FieleName ; length(FieldName) / 2)
Create an account or sign in to comment