A
a.t.brooks
I have a program which generates a tab delimited text file in a column
format (see below)
ID 12345 12346
12347
Username Joe Bloggs Riley Briggs Liam
Gallagher
Noise 2.1 2.3
1.8
Background 62.1 43.1
51.2
Date 01/08/2006 31/07/2006
31/07/2006
The number of colums varies between 2 (where column1 is the headers and
colum 2 is the data) and 25 (1 header and 24 data sets).
I would like to import these into access without having to go through
excel and transpose first so that the data is in rows, not columns
e.g....
ID Username Noise Background
Date
12345 Joe Bloggs 2.1 62.1
01/08/2006
12346 Riley Briggs 2.3 ......
etc
Can this be done? or more importantly, can this be done easily? As the
txt file is generated automatically, I would prefer not to go through
excel, but at the moment this is only the option.
format (see below)
ID 12345 12346
12347
Username Joe Bloggs Riley Briggs Liam
Gallagher
Noise 2.1 2.3
1.8
Background 62.1 43.1
51.2
Date 01/08/2006 31/07/2006
31/07/2006
The number of colums varies between 2 (where column1 is the headers and
colum 2 is the data) and 25 (1 header and 24 data sets).
I would like to import these into access without having to go through
excel and transpose first so that the data is in rows, not columns
e.g....
ID Username Noise Background
Date
12345 Joe Bloggs 2.1 62.1
01/08/2006
12346 Riley Briggs 2.3 ......
etc
Can this be done? or more importantly, can this be done easily? As the
txt file is generated automatically, I would prefer not to go through
excel, but at the moment this is only the option.