Removes leading and trailing spaces from a given string.
Trim(text)
text (required) Text or a column of text.
Trim(" John Doe ")
[Trim of First Name] = Trim([First Name])