Importing a Tab Delimited File into DB using VBA

  • Thread starter Thread starter David Ridder
  • Start date Start date
D

David Ridder

When I try to import a tab delimited file into a DB I am getting a number of
errors.

These range from:
All data going into the first field,
Parsable error
Losing Link to Text file.

What am I doing wrong?????
 
Hi David,

The usual ways of importing data from text files assume by default that
you're using a CSV file. Have you set up an import specification or
schema.ini file to specify that this one is tab-delimited?
 
Back
Top