A
Agent_KGB
I am completely stomped on this one... the only way i know of doing this is
to create 30 ceparate queries and map one feature at a time.... i am sure
there is a better way.
Here is what i have:
Table with "AccountID" and "OldFeatureList" field, features field is a text
field with features as a text string... so it looks like this:
AA1AA2AA3BB1BB2CV1...
where
AA1 - Feature 1
AA2 - Feature 2
AA3 - Feature 3
BB1 - Feature4
etc...
I also have a table with "Old Feature" and "New Feature" fields, where each
feature has it's own record and has AA1 (Old Feature) and "Cook Feature A001"
(New Feature) fields...
what i need to do is to translate old features text string into new features
text string...
i tried building a query that broke down the field into sub fields (using
left and mid function) so no i have a query with "Olf Features" field,
"Feat1" "Feat2"...etc fields where i break feature string into something more
manageble...
what i need to do now is to stranslate each of those sub fields (or whole
text string if i can) into new features...
any thoughts? I am pretty sure i am lost with this one ;0(
to create 30 ceparate queries and map one feature at a time.... i am sure
there is a better way.
Here is what i have:
Table with "AccountID" and "OldFeatureList" field, features field is a text
field with features as a text string... so it looks like this:
AA1AA2AA3BB1BB2CV1...
where
AA1 - Feature 1
AA2 - Feature 2
AA3 - Feature 3
BB1 - Feature4
etc...
I also have a table with "Old Feature" and "New Feature" fields, where each
feature has it's own record and has AA1 (Old Feature) and "Cook Feature A001"
(New Feature) fields...
what i need to do is to translate old features text string into new features
text string...
i tried building a query that broke down the field into sub fields (using
left and mid function) so no i have a query with "Olf Features" field,
"Feat1" "Feat2"...etc fields where i break feature string into something more
manageble...
what i need to do now is to stranslate each of those sub fields (or whole
text string if i can) into new features...
any thoughts? I am pretty sure i am lost with this one ;0(