Forum Discussion
BrandonLopez1
2 years agoQrew Member
I was looking for something similar and figured I'd post what worked for me. I used SearchAndReplace combined with Upper in my situation but you can use Lower.
SearchAndReplace(Lower([Field A]), " ", "")
Doing it this way does not require multiple Parts.
Here is the function reference I used.
------------------------------
Brandon Lopez
------------------------------