Error Importing Excel Spreadsheet

J

Joy

When I am try and import date from a spreadsheet into an existing table, I
receive and error message and it will not import the data. I have check data
type and field names.

Thoughts
 
J

Jerry Whittle

And the error is? ;-)

Sometimes you need to make it a two-step process. Import the spreadsheet
into a new table then do an append query to move the data from the new table
to the existing table. Often this helps in finding problems.
 
Top