T
THINKINGWAY
I am trying to create a query that looks at a single table with a field call
region. The region field begins with the letters SD, format is "SD REGION -
CITY". I would like to remove the SD and CITY from the field leaving no
spaces but only the REGION. I tried to use QUERY Builder with Expression
Builder....here's my valiant stab at it.
UPDATE [X-WMS] SET [X-WMS].REGION_NAME = Replace("SD","",1,1,2);
region. The region field begins with the letters SD, format is "SD REGION -
CITY". I would like to remove the SD and CITY from the field leaving no
spaces but only the REGION. I tried to use QUERY Builder with Expression
Builder....here's my valiant stab at it.
UPDATE [X-WMS] SET [X-WMS].REGION_NAME = Replace("SD","",1,1,2);