RTrim
RTrim removes trailing spaces from the end of a string.
Usage
RTrim(text)
text (required)- Text or a column of text to remove the trailing spaces from.
Example
RTrim(" John Doe ")
- Returns ” John Doe”
- Spaces on the left side are not removed
RTrim of First Name = RTrim([First Name])
- Returns: