Generate a string containing 5 spaces.
| SELECT Space(5) AS SpaceString; |
The Space() function returns a string containing the specified number of space characters.
| Space(number) |
|
Parameter |
Description |
|
number |
Required. Specifies the number of space characters to be returned. |
|
Works in: |
From Access 2000 |