Any suggestions for getting the ACOS function to work in
an SQL statement or some other workaround in SQL or ??
Thanks!
--
Lynn Trapp
MS Access MVP
ltr...@nwidevelopers.com
www.nwidevelopers.com
"Terry Droessler" <ter...@duckcreekassociates.com> wrote in message
news:705601c20337$5d8cac20$95e62ecf@tkmsftngxs02...
From the help file, under Derived Math Functions:
Inverse Cosine Arccos(X) = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1)
Hoping it may help,
Vanderghast, Access MVP
"Terry Droessler" <ter...@duckcreekassociates.com> wrote in message
news:705601c20337$5d8cac20$95e62ecf@tkmsftngxs02...
Now I'm confused. If there is an ACOS function in a DLL somewhere and you set
a reference to it, won't you be able to use it? Being both Office products
using VBA, wouldn't all the functions available for Excel be available for
Access? If so, couldn't this be treated as a references problem?
Someone would just have to find where the function is, then. Of do I have
entirely the wrong idea?
Tom Ellison
Microsoft Access MVP
--
Lynn Trapp
MS Access MVP
ltr...@nwidevelopers.com
www.nwidevelopers.com
"Tom Ellison" <tell...@jcdoyle.com> wrote in message
news:3CEE72B7...@jcdoyle.com...