overflow

  • Thread starter Thread starter pmartin
  • Start date Start date
P

pmartin

In an attempt to run a query, the error message "overflow"
appears. What does it mean? This query has always worked
before.
 
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.
 
Back
Top