irunergoiam
06-11-2009, 09:19 AM
I have a text field where names are recorded as follows:
"[Last Name], [First Name] [MI]"
Where [MI] can be null
I am trying to find/write an expression that will give me the name as follows:
"[First Name] [Last Name]"
Where the [MI] (if it exists) is not included.
Any guidance would be greatly appreciated.
"[Last Name], [First Name] [MI]"
Where [MI] can be null
I am trying to find/write an expression that will give me the name as follows:
"[First Name] [Last Name]"
Where the [MI] (if it exists) is not included.
Any guidance would be greatly appreciated.