Dec 27, 2005 #1 ebizleads Technical User Sep 14, 2005 57 US I have phone numbers in my table that I query that are 10 digit strings. They have to be this way to load into software to dial. However, I want to have a query output to: ***-***-**** How do I do this? Ebizleads
I have phone numbers in my table that I query that are 10 digit strings. They have to be this way to load into software to dial. However, I want to have a query output to: ***-***-**** How do I do this? Ebizleads
Dec 27, 2005 #2 r937 Technical User Jun 30, 2002 8,847 CA mid(phone,1,3)&'-'&mid(phone,4,3)&'-'&mid(phone,7,4) r937.com | rudy.ca Upvote 0 Downvote
Dec 27, 2005 #3 PHV MIS Nov 8, 2002 53,708 FR You may also try to play with a format like 000\-000\-0000 Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
You may also try to play with a format like 000\-000\-0000 Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886