use PI constant in query

S

Stefan

Can somebody tell me how to use the constant PI in a Query.
I need to use the tan, cos and sin of my table values.
They need radians in stead of degrees and for this conversion I need PI.

I tried pi, pi() as a query definition
 
S

Stefan

I Already use a static value,
I wanted to use a more precise value.
All other office programs allow pi()
I assumed access can use it as well
 
Top