bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Fix() Function

Example

SELECT Fix(756.43) AS FixNum;

Definition and Usage

The Fix() function returns the integer part of a number.

Syntax

Fix(
number
)

Parameter Values

ParameterDescription
numberRequired. A numeric value

Technical Details

Works in:From Access 2000

Previous

MS Access Exp() Function

Next

MS Access Format() Function