bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access IsNumeric() Function

Example

SELECT IsNumeric(1030);

Definition and Usage

The IsNumeric() function checks whether an expression is a valid number.

This function returns a Boolean value. TRUE (-1) indicates that the expression is a valid number, and FALSE (0) indicates that the expression is not a valid number.

Syntax

IsNumeric(
expression
)

Parameter Values

ParameterDescription
expressionRequired. The value to test

Technical Details

Works in:From Access 2000

Previous

MS Access IsNull() Function