Type Conversion Failure Occurs When Importing Microsoft Excel Data
Article ID: 109376
Article Last Modified on 1/18/2007
APPLIES TO
- Microsoft Access 97 Standard Edition
- Microsoft Access 1.0 Standard Edition
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
- Microsoft Excel 95 Standard Edition
This article was previously published under Q109376
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
When you import a Microsoft Excel spreadsheet to a new table or to an existing table in a Microsoft Access database, you may receive the following error message:
"Type
Conversion Failure."
CAUSE
When you import a Microsoft Excel spreadsheet to a new or existing table, Microsoft
Access checks the first row of the spreadsheet to determine the data
types for the table. If the first row of the spreadsheet contains a
numeric value in a column that allows alphabetical and numeric characters,
Microsoft Access defines the field type in the table for that column
as numeric. This is also true even if the field in the existing table is defined as text. It will not change the data type of the field, but it will cause errors during the import process. If there are alphabetical characters in other rows in this
column in the spreadsheet, this error message occurs.
RESOLUTION
To work around this behavior, insert an extra row of data as the first
row in the spreadsheet. Insert alphabetical characters in any columns that
are defined as alphanumeric columns. Enter numeric characters in any
columns that are defined as numeric columns. After you have imported the
spreadsheet into Microsoft Access, delete the extra row of data from the
spreadsheet and the table.
Additional query words: prb
Keywords: kbinterop kbprb KB109376