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

B

Bruce Wayne

I keep getting an "Overflow" error message when I run a Query that asks the
date. I can do every year but 2002.
 
O

Ofer

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