Anyone know how to fix an "Overflow" error message?

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

Guest

I keep getting an "Overflow" error message when I run a Query that asks the
date. I can do every year but 2002.
 
You usually get an over flow when you try to insert a value to a field that
can hold it, such as 12322222 in an integer field type?

What exactly the query is doing?
Can you post the SQL?
 
Back
Top