kraymond
2005-01-06 21:49:02 UTC
I want to calculate the following expression in a query, where LN is the
natural log function.
10-((LN(Sum([sciPercentTolerantTaxa])+1))/4.1)*10)
I get an error message saying that LN is undefined. Does Access not compute
LN(x)? The LOG(x, base) function works in my expression, but I don't want to
use Log10 (the default) or an approximate base "e" for natural log.
Is VBA my only option? I'm trying to avoid it if I can.
Thanks
natural log function.
10-((LN(Sum([sciPercentTolerantTaxa])+1))/4.1)*10)
I get an error message saying that LN is undefined. Does Access not compute
LN(x)? The LOG(x, base) function works in my expression, but I don't want to
use Log10 (the default) or an approximate base "e" for natural log.
Is VBA my only option? I'm trying to avoid it if I can.
Thanks