TOUPPER returns a string as entirely upper case.
Syntax
TOUPPER(“x”)
Parameters
x = The string that the user wishes to return as upper case.
Data Type Returned
Value that will be returned is text.
Examples
TOUPPER(“SharpCloud”) will return “SHARPCLOUD”.
TOUPPER(“SharpCloud Software”) will return “SHARPCLOUD SOFTWARE”.
TOUPPER(“SharpCloud1234”) will return “SHARPCLOUD1234”.