XL97: "Numeric Value Out of Range" Error in Parameter QueryLast reviewed: January 9, 1998Article ID: Q170290 |
The information in this article applies to:
SYMPTOMSWhen you run a parameter query, one of the following error messages appears.
In Microsoft Query
Numeric value out of range Returning Data to Microsoft Excel
[Microsoft] [ODBC SQL Server Driver]Numeric Value out of rangeIn both cases, no data is returned.
CAUSE
In Microsoft QueryThis problem occurs when you do the following:
In Microsoft ExcelThis problem occurs when you do the following:
WORKAROUND
If the field type is integer (numeric), limit data to only integer values between -32,768 and 32,767. For more information about field types, see the table in the "More Information" section in this article. If you use multiple parameters and return data to Microsoft Excel, change the order of the parameter queries. Place the parameter that refers to a numeric field first.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONData types are limited in the values they can store. The data type, storage size, and range limit for each type are listed in the following table.
Data type Storage size Range limit ----------------------------------------------------------------- Numeric 2 bytes -32,768 through 32,767 (integer) Currency 8 bytes -922,337,203,685,477.5808 through 922,337,203,685,477.5807 Decimal 14 bytes +/-79,228,162,514,,264,337,593,950,335 through +/-7.9228162514264337593543950335For more information about parameter queries, click the Index tab in Help, type the following text
parameterand then double-click the selected text to go to the "Create a query that prompts for criteria" topic.
|
Additional query words: XL97 msquery prompt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |