bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Str() Function

Concept visual

MS Access Str() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Example

Return a number as a string:

Select

Str(42) AS ConvertToString;

Definition and Usage

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

Syntax

Str(

number )

Parameter Values

Parameter

Description number

Required. The number to convert to a string

Technical Details

Works in:

From Access 2000

Previous

❮ MS Access Functions

Next

Previous

MS Access Split() Function

Next

MS Access StrComp() Function