R
RayV
I have a report based on a query that summarizes data by county that is
giving me the wrong result.
In the county header I have a text box with this control source
=Avg([stsyear1dol])
The data is
Null
2698
Null
....
1750
Null
1337
Null
....
Null
The report is calculating the average as 1930. A group by query on the
original dataset give me the correct average of 1928.33333.
The format of the text box in the report is set to General Number and
the decimal places is set to '0'. The table underlying the query has
the field size set to double.
Any ideas as to why the report is giving me the wrong answer?
giving me the wrong result.
In the county header I have a text box with this control source
=Avg([stsyear1dol])
The data is
Null
2698
Null
....
1750
Null
1337
Null
....
Null
The report is calculating the average as 1930. A group by query on the
original dataset give me the correct average of 1928.33333.
The format of the text box in the report is set to General Number and
the decimal places is set to '0'. The table underlying the query has
the field size set to double.
Any ideas as to why the report is giving me the wrong answer?