ACC1x: Query Results in "Overflow" Error MessageID: Q104488
|
When you run a query an "Overflow" error message is returned.
This error message can occur when you use And or Or with numbers greater
than 32768. For example, the following expression in the field row of a
query will cause an the error:
Expr1: 32768 and 0.
Dim MyVal As Integer
MyVal = 32767 / 0.1
This problem no longer occurs in Microsoft Access version 2.0.
Keywords : kbusage QryParm
Version : 1.0 1.1
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: March 26, 1999