I have a field (FullName) which might contain either John Doe or John Doe(6). Also the case might be mixed.
The objective is to apply PROPER case to the first name, UPPER case to the second name and still display the value in parenthesis immediately after the second name.
I was going to use the INSTR function to identify the space as well as the ( and go using LEFT and MID from there...or is there a more eloquent way to do this?
thanks
The objective is to apply PROPER case to the first name, UPPER case to the second name and still display the value in parenthesis immediately after the second name.
I was going to use the INSTR function to identify the space as well as the ( and go using LEFT and MID from there...or is there a more eloquent way to do this?
thanks