B
bluedragonsbreath
I have written a query (using SQL) that has in it a calculated field
which in itself uses a subquery to perfrom a sum() function of a list
of values. When I view the query results directly, the returned
values are calculated correctly.
I then have a report that uses this query as the data source. When I
display this calculated result in the report, it is wrong. It is
always a larger number in the report than in the query, as though it
were being multiplied by some factor. The report does nothing fancy
but display the results from the query.
Has anyone else experienced this phenomenon? Found a cure?
Your help is greatly appreciated.
BTW, I'm using Access 2003.
which in itself uses a subquery to perfrom a sum() function of a list
of values. When I view the query results directly, the returned
values are calculated correctly.
I then have a report that uses this query as the data source. When I
display this calculated result in the report, it is wrong. It is
always a larger number in the report than in the query, as though it
were being multiplied by some factor. The report does nothing fancy
but display the results from the query.
Has anyone else experienced this phenomenon? Found a cure?
Your help is greatly appreciated.
BTW, I'm using Access 2003.