W
wvrider
I have a text file(.txt) that is has 20,000 plus records, and each record
contains about 30 columns of information. I have 55 of these files. The
problem with a simple import is that there is a couple lines of information
that belong together(ie there are two lines of information that should be on
one line). Below is an example of my txt file.
20071217 Tom Jane
20071217 Bob Bobby
20071218 Kim Bob
20071218 Mike Ike
What i am needing is to get the files into access, and have the database
look like this:
Col1 Col2 Col3 Col4 Col5
20071217 Tom Jane Bob Bobby
20071218 Kim Bob Mike Ike
I know this is probably an easy thing, but my access skills and database
skills are very primative. I know some Vb.net, so I don't know if can do it
via VSTA, or a sql statement. Most of the problems i run into is how much
information I have.
Thanks for all the help.
contains about 30 columns of information. I have 55 of these files. The
problem with a simple import is that there is a couple lines of information
that belong together(ie there are two lines of information that should be on
one line). Below is an example of my txt file.
20071217 Tom Jane
20071217 Bob Bobby
20071218 Kim Bob
20071218 Mike Ike
What i am needing is to get the files into access, and have the database
look like this:
Col1 Col2 Col3 Col4 Col5
20071217 Tom Jane Bob Bobby
20071218 Kim Bob Mike Ike
I know this is probably an easy thing, but my access skills and database
skills are very primative. I know some Vb.net, so I don't know if can do it
via VSTA, or a sql statement. Most of the problems i run into is how much
information I have.
Thanks for all the help.