Converts all the letters in a text string into upper-case.
Syntax:
UPPER( text )
Example:
UPPER("Big Ben")
returns the text string "BIG BEN".
"BIG BEN"