error message "overflow"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to run a simple query from a table, I am getting the error message
"overflow." Does anyone know what this means?
The query worked before but I don't know why it is giving me this error now?
 
Typically you have a data type of integer, but your trying to put a value
larger than 32, 768 or smaller than -32,758 into it.

--
Steve Clark, Access MVP
FMS, Inc.
www.fmsinc.com/consulting

dj said:
When I try to run a simple query from a table, I am getting the error message
"overflow." Does anyone know what this means?
The query worked before but I don't know why it is giving me this error
now?
 
Back
Top