MS Access Space() Function
THE WORLD'S LARGEST WEB DEVELOPER SITE

MS Access Space() Function

❮ MS Access Functions

Example

Return a string with five spaces:

SELECT Space(5) AS SpaceString;
Try it Yourself »

Definition and Usage

The Space() function returns a string with a specified number of spaces.

Syntax

Space(number)

Parameter Values

Parameter Description
number Required. The number of spaces to be returned

Technical Details

Works in: Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access XP, Access 2000

❮ MS Access Functions