Search results

  1. C

    Attempting to Import Tab Delimited text file with 274 columns into 2 access tables

    So, the actual issue I was having was not with my code but it was with a data type in my table design. Below is now my working code that successfully brings in 274 tab delimited fields into two tables. Public Sub ImportTextFile() ' to use the ADODB.Recordset, be sure you have a reference...
  2. C

    Attempting to Import Tab Delimited text file with 274 columns into 2 access tables

    I was wonder if anyone could give some insight. I'm trying to import a text file with 273 fields into two tables. I've been able to do this with the help of code I found on an old thread and I'm now trying to accomplish everything with one step. The file I'm importing is tab delimited text file...
  3. C

    OpenText -- what am I doing wrong?

    Hi Bob, your post above has been very helpful. I was wonder if you could give some insight. I'm trying to import a text file with 273 fields into two tables. I've been able to do this with the help of your code in two steps and I'm now trying to accomplish everything with one step. Could you...
Back
Top Bottom