K
Kathy R.
Hi Folks!
I'm trying to put together a string with two fields - [address] and
[landline], both text fields, the "landline" is an unformatted phone
number.
Using =([address] & ", " & [landline])
gives me:
123 Main Street, 5855551234
I'd like to format the phone number with the mask
!(999) 000-0000;;_
so that it looks like
123 Main Street, (585)555-1234
or if there isn't an area code
123 Main Street, ( )555-1234
Is there a way to do this? Your help would be very much appreciated.
Kathy R.
I'm trying to put together a string with two fields - [address] and
[landline], both text fields, the "landline" is an unformatted phone
number.
Using =([address] & ", " & [landline])
gives me:
123 Main Street, 5855551234
I'd like to format the phone number with the mask
!(999) 000-0000;;_
so that it looks like
123 Main Street, (585)555-1234
or if there isn't an area code
123 Main Street, ( )555-1234
Is there a way to do this? Your help would be very much appreciated.
Kathy R.