import a tab delimited text file into access using ado

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How would I get a tab delimited text file into access? I am stuck and can't
get up. I think I've gotten to a point where I've read and looked at so much
I don't know where to start. If anyone can start me out, I think I can
figure the rest out.

Thanks-in-advance
 
I have used the TransferText action in a macro to import delimited text into
access and then an append query to add the imported records into the tables.
Hope this helps.
 
Back
Top