G
guidop12
I have the following four queries that I run separately. My question is,is
there a way to put all four queries into one.
Query One (Update Query)
Field: City Field: State
Table: TableName Table:TableName
Update: SplitFields_part1([citylabel),â€,â€) Update:
Splitfields_part2([citylabel])
Query Two (Update Query) To strip Spaces in State Field
Field: State
Table: TableName
Update: Stripspaces([state])
Query Three (Update Query) To strip Zip from State
Field: Zip
Table: TableName
Update: Trim(Right([state],len([state])-instr([state],†“)))
Query Four(Update Query) To strip zip from state after putting zip in own
field
Field: State
Table: Tablename
Update: left([state],3)
Thanks
there a way to put all four queries into one.
Query One (Update Query)
Field: City Field: State
Table: TableName Table:TableName
Update: SplitFields_part1([citylabel),â€,â€) Update:
Splitfields_part2([citylabel])
Query Two (Update Query) To strip Spaces in State Field
Field: State
Table: TableName
Update: Stripspaces([state])
Query Three (Update Query) To strip Zip from State
Field: Zip
Table: TableName
Update: Trim(Right([state],len([state])-instr([state],†“)))
Query Four(Update Query) To strip zip from state after putting zip in own
field
Field: State
Table: Tablename
Update: left([state],3)
Thanks