Why am I getting Type conversion failure when using transfer text

L

Liisa7298

When using the transfer text code in Access to import a file to a table, it
is creating a seperate table import errors that only have the headers of my
data in it and they all say type conversion failure. Why is this?
 
J

Jeff Boyce

Are you saying that you are trying to import data that has a "header" row?
How would Access "know" that the first row is NOT data? Check the syntax on
that to see if there's a way to tell Access to disregard the first row.

As an alternative approach, consider linking to the data from within Access,
then using queries to parse that data into your more permanent (and
better-normalized) table structure.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or psuedocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top