Calculating the cubed root of a number

N

nortonb

I'm trying to calculate the cubed root of a number in an Access query. Can
anyone help me figure this out? Or, can it even be done?
 
T

Tom Lake

nortonb said:
I'm trying to calculate the cubed root of a number in an Access query. Can
anyone help me figure this out? Or, can it even be done?

Make a calculated field.

CubeRoot: [your field name] ^ (1/3)

Replace "your field name" with the name of the field
for which you want the cube root.

Tom Lake
 

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