Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POWER function in microsoft access 1

Status
Not open for further replies.

mekesse

IS-IT--Management
Aug 16, 2000
5
0
0
US
I am trying to create a formula field in a query that requires me to raise a number to a specified exponent. In excel, I can use a POWER function (e.g. POWER(10,2)=100). however, i cannot find a comparable function in Access. I am using Access 2000 and need a way to be able to use an exponent in a formula.

Does anyone know if this is possible and, if so, how to do it?

Thanks!

Michael
 
The caret character gives you exponentiation. ie 5 ^ 2 = 25
 
The simplest ways are the best and I would agree with the previous suggestion to use ^

As it happens, on a recent thread (thread701-771134)in this forum under the subject of Conditional Rounding I explained how to incorporate an Excel function into an Access database.

 
That did the trick! Thanks so much for your fast response!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top