starflt1701
Technical User
Can someone please tell me what's going on? I have a rather complicated query which draws information from many tables, including ODBC, and involves some calculations. I recently began getting an "Overflow" error when running the query. After hours of tearing the query apart, I found the culprit. One of my calculations involves the CINT function to return a whloe integer value. When I leave this function in the equation, the query overflows. When I remove the CINT from the equation, it works fine. I have been using this query with the CINT function for months with no problems until the last couple weeks. Can anyone help?