Capitalizes the first character of each word and makes the rest of each word lower case. The format appears below:
INITCAP(charexpr)
For example:
INITCAP("xdb SYSTEMS") = "Xdb Systems"