UPPER (convert text to upper case)

<< Click to Display Table of Contents >>

UPPER (convert text to upper case)

Syntax:

UPPER(Text)

Description:

Converts all characters in a text string to upper case letters.

Example:

UPPER("PlanMaker") returns PLANMAKER

See also:

PROPER, LOWER