Forum Discussion
- DavidHaweQrew TraineeThis is how I would do it with a Formula-Text field:
Substitute your phone number field with [Home Telephone] and please see the strategic space in the embedded Right statement
Right(Left([Home Telephone],")")&"-"&Right([Home Telephone],") "),"(")- JohnnyDeVilla1Qrew TraineeThat did it, thank you for the help!!
- JohnnyDeVilla1Qrew TraineeWould this Right(Left([File Path],"/")&"\" change my slashes in a file path to the opposite?
- DavidHaweQrew TraineeI don't think so. It not really a search a and replace type of a function. If you have only one slash, you can concatenate what is left of it with what is right of it with an opposite slash in between. If there are multiple it gets much more complicated.