A
Agent_KGB
I have a table that looks something like this:
AccountField FeatureNumberField FeatureNameField
Where each account has 30 records (one record for each of the 30 fields)
what i need to do, is combine all of the FeatureNameFields into one string.
End result would look something like this
AccountField FeatureField
where FeatureField would be a string of features from all 30 fields
any chance somebody can point me in the right direction?
AccountField FeatureNumberField FeatureNameField
Where each account has 30 records (one record for each of the 30 fields)
what i need to do, is combine all of the FeatureNameFields into one string.
End result would look something like this
AccountField FeatureField
where FeatureField would be a string of features from all 30 fields
any chance somebody can point me in the right direction?