bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Space() Function

Concept visual

MS Access Space() Function

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

Start at both ends

Example

Return a string with 5 spaces:

Select

Space(5) AS SpaceString;

Definition and Usage

The Space() function returns a string of the specified number of space characters.

Syntax

Space(

number )

Parameter Values

Parameter

Description number

Required. The number of spaces to be returned

Technical Details

Works in:

From Access 2000

Previous

❮ MS Access Functions

Next

Previous

MS Access RTrim() Function

Next

MS Access Split() Function