bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Trim() Function

Example

SELECT Trim("    SQL Tutorial    ") AS TrimmedString;

Definition and Usage

The Trim() function removes both leading and trailing spaces from a string.

Syntax

Trim(
string
)

Parameter Values

ParameterDescription
stringRequired. The string to strip both leading and trailing spaces from

Technical Details

Works in:From Access 2000

Previous

MS Access StrReverse() Function

Next

MS Access UCase() Function