bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Val() Function

Example

SELECT Val(PostalCode) FROM Customers;

Definition and Usage

The Val() function reads a string and returns the numbers found in the string.

Note

This function stops reading once it encounters a NON-numeric character.

Syntax

Val(
string
)

Parameter Values

ParameterDescription
stringRequired. A string expression

Technical Details

Works in:From Access 2000

Previous

MS Access Sum() Function

Next

MS Access Date() Function