UPPER function
UPPER converts the string specified in the text field to uppercase.
Syntax
UPPER(text)
text are the lowercase letters that you want to convert to uppercase.
Example
=UPPER("Good Morning") returns GOOD MORNING.
UPPER converts the string specified in the text field to uppercase.
UPPER(text)
text are the lowercase letters that you want to convert to uppercase.
=UPPER("Good Morning") returns GOOD MORNING.