Forum Discussion
BradElmore
9 years agoQrew Assistant Captain
Ended up using a solution the Mark suggested awhile back.....
If I used: Lower(Part([City], 1," ") & Part([City], 2," ") then New York City would become: newyork (no city)
So I had to add a few more "Parts"
Lower(Part([City], 1," ") & Part([City], 2," ") & Part([City], 3," ") & Part([City], 4," "))
If I used: Lower(Part([City], 1," ") & Part([City], 2," ") then New York City would become: newyork (no city)
So I had to add a few more "Parts"
Lower(Part([City], 1," ") & Part([City], 2," ") & Part([City], 3," ") & Part([City], 4," "))