I have a table that I'm working with - and it needs to be cleaned up a little bit...
The field values look like this:
ADIRONDACK SARANAC LAKE NY
BATSFIJORD BATSFIJORD NORWAY
BELLINGHAM INTL BELLINGHAM WASH
What I want the query to do is this:
ADIRONDACK
BATSFIJORD
BELLINGHAM INTL
I need to get rid of the big gap in between the airport name and the city name & only show the airport name..
Don't know how to set the trim function syntax up...!!
Any examples or suggestions...??
Thanks in advance..!!
jw5107
The field values look like this:
ADIRONDACK SARANAC LAKE NY
BATSFIJORD BATSFIJORD NORWAY
BELLINGHAM INTL BELLINGHAM WASH
What I want the query to do is this:
ADIRONDACK
BATSFIJORD
BELLINGHAM INTL
I need to get rid of the big gap in between the airport name and the city name & only show the airport name..
Don't know how to set the trim function syntax up...!!
Any examples or suggestions...??
Thanks in advance..!!
jw5107