Square Root?????

S

Susy

Help! Is there no square root function in Access 2000? I
get "undefined function" for the following formula:

L: SQRT[ASTMDepth]/[ElapseTime])*[ASTMK]

I'd SWEAR I used square root in Access 97....

Thanks
 
M

Marshall Barton

Susy said:
Help! Is there no square root function in Access 2000? I
get "undefined function" for the following formula:

L: SQRT[ASTMDepth]/[ElapseTime])*[ASTMK]

I'd SWEAR I used square root in Access 97....


It's spelled SQR ;-)
 
J

John Spencer (MVP)

Also you can get the n-th root by using

^(1/N) so

8^(1/3) = 2

You do need the parentheses to enforce the order of operation.

Marshall said:
Help! Is there no square root function in Access 2000? I
get "undefined function" for the following formula:

L: SQRT[ASTMDepth]/[ElapseTime])*[ASTMK]

I'd SWEAR I used square root in Access 97....

It's spelled SQR ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top