Convert a number into its string representation.
SELECT Str(42) AS ConvertToString; |
The Str()
function converts a number into its string representation.
Str(number) |
Parameter |
Description |
number |
Required. Specifies the number that will be converted into a string. |
Works in: |
From Access 2000 |