hi there, i have prob in my table fieldname
FirstName
Anthony Jr.
Martin Sr.
Christopher III.
what i want to do is to trim down the name and move the suffixname into my suffix field.
result should be like this:
FirstName Suffix
Anthony Jr.
Martin Sr.
Christopher III.
FirstName
Anthony Jr.
Martin Sr.
Christopher III.
what i want to do is to trim down the name and move the suffixname into my suffix field.
result should be like this:
FirstName Suffix
Anthony Jr.
Martin Sr.
Christopher III.