Hi all,
I need to be able to use some common math functions in a select statement (query) I am writing.
Sin() and Cos() work just fine.
Atan() and Asin don't work (MS Access doesn't recognize the functions.)
They seem like common enough functions to have available, any ideas on how I can make them work?
Sample query :
SELECT Asin( latitude ) FROM zipcodes
Using MS Access 2002
Thanks for any help!
Start Free Trial