UPPER (convert text to uppercase)

<< Click to Display Table of Contents >>

UPPER (convert text to uppercase)

Syntax:

UPPER(Text)

Description:

This converts all letters in a text string into uppercase letters.

Example:

UPPER("PlanMaker") returns PLANMAKER

See also:

PROPER, LOWER