MS Access LTrim() Function

Remove leading spaces from a string

Definition and Usage

The LTrim() function removes leading spaces from a string.

Note: See also the RTrim() function.

Syntax

LTrim(string)

Parameter Values

Parameter Description
string Required. The string to remove leading spaces from

Technical Details

Works in: From Access 2000