K
Kelvin
Why if I have a phone number like 3607404567 will it not format the last
seven numbers?
This is my query statement.
test:
IIf(Left([PhoneDirectLine],3)="615",Right(Format([PhoneDirectLine],"&&&-&&&&"),7))
It returns the last seven numbers correctly but no formatting "7404567".
Any help would be appreciated
Kelvin
seven numbers?
This is my query statement.
test:
IIf(Left([PhoneDirectLine],3)="615",Right(Format([PhoneDirectLine],"&&&-&&&&"),7))
It returns the last seven numbers correctly but no formatting "7404567".
Any help would be appreciated
Kelvin