B
Binraider
Good morning all,
Just a quick question - I have a table that looks something like this... The
first row are the field names as stored in access, everything after that is
the data stored in the table.
NodeName T1F1 T1F2 T2F1 T2F2 T3F1 T3F2
NodeName (SG) (AQ) (%) (%) (6) ($)
ABAO .62 39 .69 .01 39.5 867
ABCD .61 39.1 .68 .05 30.1 666
This table is being created by importing a text file. The 1st Record in this
table, contains the "actual" field names. Due to the ugly formatting of the
file as you can see there are some entries that have the same names. The
fields do not always appear in the same order in the text file, and even vary
in number, so I can't create an import specification to set up the fields how
I want them...
The good news is I only need three fields out of this mess - and they do
have unique field names - specifically I need the NodeName, (SG) and (6)
fields. These three columns fortunately do appear in each file.
So what I'm thinking is, is there a way to Find the "Access Field Name", for
the "actual" field I am after, and then just select those columns in a query.
Any assistance will be much appreciated.
Regards
Dave
Just a quick question - I have a table that looks something like this... The
first row are the field names as stored in access, everything after that is
the data stored in the table.
NodeName T1F1 T1F2 T2F1 T2F2 T3F1 T3F2
NodeName (SG) (AQ) (%) (%) (6) ($)
ABAO .62 39 .69 .01 39.5 867
ABCD .61 39.1 .68 .05 30.1 666
This table is being created by importing a text file. The 1st Record in this
table, contains the "actual" field names. Due to the ugly formatting of the
file as you can see there are some entries that have the same names. The
fields do not always appear in the same order in the text file, and even vary
in number, so I can't create an import specification to set up the fields how
I want them...
The good news is I only need three fields out of this mess - and they do
have unique field names - specifically I need the NodeName, (SG) and (6)
fields. These three columns fortunately do appear in each file.
So what I'm thinking is, is there a way to Find the "Access Field Name", for
the "actual" field I am after, and then just select those columns in a query.
Any assistance will be much appreciated.
Regards
Dave