T
Tom
I use the Input Format "!\(999") "000\-0000;;_" for a phone number field.
In a query now, I want to concatenate the phone number and the extension
(please see next line).
Expr1: IIf([Extension] Is Not Null,[Work] & " - Ext. " & [Extension],[Work])
However, the Input Format of the phone number is now being ignored. So,
right now it phone numbers
are shown as "8001234567 - Ext. 123"
Does anyone know how to put the specified phone number format into the
expression so the it will look like this
(800) 123-4567 - Ext. 123
or
(800) 9876-5432
In a query now, I want to concatenate the phone number and the extension
(please see next line).
Expr1: IIf([Extension] Is Not Null,[Work] & " - Ext. " & [Extension],[Work])
However, the Input Format of the phone number is now being ignored. So,
right now it phone numbers
are shown as "8001234567 - Ext. 123"
Does anyone know how to put the specified phone number format into the
expression so the it will look like this
(800) 123-4567 - Ext. 123
or
(800) 9876-5432