XL97: "Numeric Value Out of Range" Error in Parameter Query

ID: Q170290

The information in this article applies to:

SYMPTOMS

When 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 range

In both cases, no data is returned.

CAUSE

In Microsoft Query

This problem occurs when you do the following:

In Microsoft Excel

This 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.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

Data 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.9228162514264337593543950335

For more information about parameter queries, click the Index tab in Help, type the following text

   parameter

and then double-click the selected text to go to the "Create a query that prompts for criteria" topic.

Additional query words: XL97 msquery prompt

Keywords          : kberrmsg xlquery 
Version           : WINDOWS:97
Platform          : WINDOWS
Issue type        : kbprb

Last Reviewed: November 1, 1998