Hi, Barb.
No other explanation is given. Any ideas what might be causing this?
It's pretty vague. However, if an import fails with a text file, more
descriptive information is given. My advice is to convert the XLS file into
a CSV file (don't worry, the formatting will be lost anyway when importing
the data into an Access table). Use Access's Import Text Wizard to import
the CSV file into the database. When using this Wizard, save these settings
as a new import specification, because when the import fails, you'll want to
see what settings you used so that you can modify either them or the data for
the next attempt to import.
When the Wizard tries to import the file and fails, it will give you a
slightly more descriptive error message and place information about the
records that couldn't be imported into an Import Errors table. Open the
Import Errors table and examine the reasons each row failed to import.
Generally, it's a type conversion failure, but it could also be an
unparseable record or some other error. The row numbers will tell you
exactly which rows in the CSV file are making the Wizard choke, so you can
alter the data in the named field on these particular rows in the CSV file as
necessary to get the data to import into your table successfully next time.
Or maybe the time after that. It could take a few tries, so have patience.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.