exponents in InfoPath 2007

G

grant galloway

how in the world to I include exponents into a formula in Infopath 2007.
something simple like 5^3. for some reason, the carrot "^" is not a valid
symbol. please help!!!
 
C

Clay Fox

I do not think exponents would be supported. You may have to treat them as
text if you want it presenved or for math do the numbers the long way.
 
G

grant galloway

i was actually trying to do a formula like 2.2^1.364
maybe i can link the form back to access and calculate it that way.
 
G

Gavin McKay

Hello,

You should be able to hook your field up to a .NET code-behind function to
calculate this using the System.Math class. Then you could have the function
calculate after a change to other fields to get your final results. That
would be far less painful that calling out to Access IMHO.

HTH

Gavin.
 

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