I have a custom query column with the following information:
Email:"store" & Right([Company_Name],5) & "@sunny.com"
When I run the query, I see the following:
store 5001@sunny.com
store 5090@sunny.com
store 5022@sunny.com
How can I get rid of the spaced between the "e" from store and the first digit of the store number??
Email:"store" & Right([Company_Name],5) & "@sunny.com"
When I run the query, I see the following:
store 5001@sunny.com
store 5090@sunny.com
store 5022@sunny.com
How can I get rid of the spaced between the "e" from store and the first digit of the store number??