N nortonb Nov 6, 2008 #1 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?
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 Nov 6, 2008 #2 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? Click to expand... 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
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? Click to expand... 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