ACC1x: Query Results in "Overflow" Error Message |
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
Issue type : kbprb
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |