TRIM (Primitive Spread Function) removes extra spaces from a string and leaves single spaces between words.
SYNTAX:
TRIM(text)
REMARKS:
The text argument specifies the string containing the spaces you want to remove.
EXAMPLES:
TRIM(" First Quarter") equals First Quarter