P
P
I have a query that is pulling data from a ODBC database.
Call it Query1.
Then, Query2 is set to 'totals'. I am summing up a
certain column. The query works fine as long as there are
a limited number of records.
Currently, I need to total 1700 records. When I run it
now with that many records I get the warning 'overflow'.
I have already verified that the 'summed' column DOES NOT
contain any null values.
Please advise how I overcome the 'overflow' message.
Call it Query1.
Then, Query2 is set to 'totals'. I am summing up a
certain column. The query works fine as long as there are
a limited number of records.
Currently, I need to total 1700 records. When I run it
now with that many records I get the warning 'overflow'.
I have already verified that the 'summed' column DOES NOT
contain any null values.
Please advise how I overcome the 'overflow' message.