Hi,
I'm looking to to rename values returned in my MS Access query.
Example table data:
Companyname
Juice Inc
Juice Incorporated
Juice Corporation
Juice Corp
Heat Ltd
Focus Corporation
I thought I could use the Switch function:
Switch([Raw Data]![Companyname] Like "*Juice*","Juice Inc")
But it only returns the value of "Juice Inc" and the other company names (Heat Ltd, Focus Corporation)are not returned.
I have about 30 company names that need to be standardized, so there should be no limitation on the number of values that need to be renamed.
Does anyone know how to tackle this problem?
Thanks!!
I'm looking to to rename values returned in my MS Access query.
Example table data:
Companyname
Juice Inc
Juice Incorporated
Juice Corporation
Juice Corp
Heat Ltd
Focus Corporation
I thought I could use the Switch function:
Switch([Raw Data]![Companyname] Like "*Juice*","Juice Inc")
But it only returns the value of "Juice Inc" and the other company names (Heat Ltd, Focus Corporation)are not returned.
I have about 30 company names that need to be standardized, so there should be no limitation on the number of values that need to be renamed.
Does anyone know how to tackle this problem?
Thanks!!