Access type conversion error

M

Mhickey

Hello,
Any idea why I would receive a "type conversion" error
when importing an Excel spreadsheet into an Access
database?
 
V

Van T. Dinh

One of the common problems is that an Excel Column can contain a mix of
numeric and Text values while an Access Field can't.

If you have mixed Column, you will need to massage the Excel file beofre you
can import the spreadsheet into Access.
 
Top