Does anyone know why when setting the properties of calculated fields within queries, I get the option to set the field type, e.g. to currency, but only sometimes (and seemingly at random) do I get the opportunity of setting the number of decimal points?
As an example, take a query with a field that is of type currency with 2 decimal places, say WeeklyAmount. Converting it to say Monthly amount by *52/12, sometimes I can set the decimal places to 2, which I need, and sometimes I can’t, and I get floating.
I could add the Round function to the calculation, but I am intrigued as to why I sometimes get the decimal places option and sometimes not.