overflow

P

pmartin

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

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.
 
Top