How do I use an Ln function in a form in Access?

  • Thread starter evolutionhappens
  • Start date
E

evolutionhappens

I am trying to make a form that automatically does some calculations....it is
working fine with all functions except when I try to use a natural log (Ln).
Do I just need a newer version of Access, or is this impossible?
 
J

John Vinson

I am trying to make a form that automatically does some calculations....it is
working fine with all functions except when I try to use a natural log (Ln).
Do I just need a newer version of Access, or is this impossible?

The Log function *is* the natural logarithm:

?log(10)
2.30258509299405

John W. Vinson[MVP]
 
Top