wjsullivan
Programmer
I've got a data field with all the states names (Illinois, New York, etc.). I need to use it in a query to build a URL, which requires me to be able to remove the spaces from the two word names.
Can I do this on the fly in my query? If so how?
Example of the delema:
SQL
' AS 'URL'
Results
For Illinois it works great
For New York it does not work at all
York.com/xxxx
How do I get rid of that space?
Can I do this on the fly in my query? If so how?
Example of the delema:
SQL
' AS 'URL'
Results
For Illinois it works great
For New York it does not work at all
York.com/xxxx
How do I get rid of that space?