G Guest Nov 8, 2005 #1 I keep getting an "Overflow" error message when I run a Query that asks the date. I can do every year but 2002.
I keep getting an "Overflow" error message when I run a Query that asks the date. I can do every year but 2002.
G Guest Nov 8, 2005 #3 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?
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?