P pmartin Oct 16, 2003 #1 In an attempt to run a query, the error message "overflow" appears. What does it mean? This query has always worked before.
In an attempt to run a query, the error message "overflow" appears. What does it mean? This query has always worked before.
L Lynn Trapp Oct 16, 2003 #2 Most likely it means you are trying to put too large a value into an integer field. If you can change the datatype of the field to Double, your problem with probably disappear.
Most likely it means you are trying to put too large a value into an integer field. If you can change the datatype of the field to Double, your problem with probably disappear.