Hello,
I am trying to take a database of fax numbers and turn it into ##########@myfax.com so I can batch email the invoices to myfax.com to fax out.
the issue is some fax numbers are formatted ###-###-#### or (###) ###-####, and some ##########@myfax.com already.
So far I've got this:
Replace ({ARcus.TEXTPHON2},("-")(" ")(")")("("),"") & "@myfax.com"
Does someone know how to search multiple replacement values?
I've tried ("-") and (" ")... but it asks for a boolean, and ("-")+(" ") isn't exactly what I want either.
Also, if someone has a better way to only return numeric characters, there's probably an easier way to do it.
Thanks for any help you can provide.
Gabe
I am trying to take a database of fax numbers and turn it into ##########@myfax.com so I can batch email the invoices to myfax.com to fax out.
the issue is some fax numbers are formatted ###-###-#### or (###) ###-####, and some ##########@myfax.com already.
So far I've got this:
Replace ({ARcus.TEXTPHON2},("-")(" ")(")")("("),"") & "@myfax.com"
Does someone know how to search multiple replacement values?
I've tried ("-") and (" ")... but it asks for a boolean, and ("-")+(" ") isn't exactly what I want either.
Also, if someone has a better way to only return numeric characters, there's probably an easier way to do it.
Thanks for any help you can provide.
Gabe