In Access, the Sqr function returns the square root of a number.
The syntax for the Sqr function is:
Sqr ( number )
The argument number can be any valid numeric expression greater than or equal to zero.
|
VBA Code
|
This example uses the Sqr function to calculate the square root of a number. Now the MyNumber variable would contain the value 3,8729833.
SQL query
You can also use the Sqr function in a query.
|