Sirritys wrote:
> What do you mean by "creating new columns in the txt file"
You *create* new columns by typing more data in the text file for each record
that Access can read and identify as individual columns during the import.
This record in the text file has 3 columns:
492 11/2/2006 Smith
In the "advanced" import specification the column names Field1, Field2 and
Field3 can be changed to EmpID, HireDate and LastName. If there's no
additional data in the file, new columns *can't* be added in the import
specification.
You can add data to this record in the text file so it has 5 columns:
492 11/2/2006 Smith John Manager
The import manager will show 5 columns for you to rename or skip in your
specification. You can't add a 6th column in the specification because
there's no data in the text file for a 6th column.
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200611/1