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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top