ACC2000: Exporting to Excel May Cause "Numeric field overflow" Error

ID: Q223225


The information in this article applies to:

Novice: Requires knowledge of the user interface on single-user computers.

This article applies to a Microsoft Access database (.mdb) and a Microsoft Access project (.adp).


SYMPTOMS

When you export a table that contains a date earlier than 01/01/1900 to Microsoft Excel, you may encounter one of the following problems:


CAUSE

Microsoft Excel does not recognize dates earlier than January 1, 1900.


RESOLUTION

Exporting date values earlier than 1/1/1900 to Excel always causes the fields that contain unrecognized dates to be blank. However, you can avoid the errors that you receive when you export from an Access project by upgrading to SQL Server 7.0 or Microsoft Data Engine to Service Pack 1.

For additional information about downloading the service pack, please see the following article in the Microsoft Knowledge Base:

Q232570 How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0.


MORE INFORMATION

Steps to Reproduce Behavior in an Access Database

  1. Open the sample database Northwind.mdb.


  2. Open the Employees table and change the birth date of Andrew Fuller to December 1, 1899.


  3. On the File menu, click Export.


  4. In the Export Table 'Employees' to dialog box, click Microsoft Excel 97-2000(*.xls) in the Files of Type box.


  5. Name the file Test.xls, and then click OK.


  6. Close the Employees table.


  7. In the Database window, click Tables under Objects.

    Note that the table, Employees_ExportErrors, has been generated.


  8. Open the Employees_ExportErrors table and view the error record.


Additional query words: pra


Keywords          : kberrmsg kbdta IntpOff 
Version           : WINDOWS:2000
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: August 3, 1999