bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Str() Function

Example

SELECT
Str(42) AS ConvertToString;

Definition and Usage

The Str() function returns a number as a string.

Syntax

Str(
number
)

Parameter Values

ParameterDescription
numberRequired. The number to convert to a string

Technical Details

Works in:From Access 2000

Previous

MS Access Split() Function

Next

MS Access StrComp() Function