Hi all,
I have to convert this value:
120 WEST ROAD
to this:
120 West Road (note change in case)
using a select statement. I was able to convert the first letter of a first and last name using the IIF function but addresses tend to start with a number and consist of multiple words.
Is this possible? If so, can anyone help me with this?
Thanks.
I have to convert this value:
120 WEST ROAD
to this:
120 West Road (note change in case)
using a select statement. I was able to convert the first letter of a first and last name using the IIF function but addresses tend to start with a number and consist of multiple words.
Is this possible? If so, can anyone help me with this?
Thanks.