Reformat data in table

J

Jason Morin

I have a simple table with a column of phone numbers. Some
are of the format (888)123-4567 and some are of the format
888-123-4567. What would be the easiest way of re-
formating this column so that all phone numbers look like
(888)123-4567?
Thanks.
Jason
Access 2002, WinXP
 
M

[MVP] S. Clark

The Left, Mid, and Right functions allow you to manipulate strings. Use
them to assist with this task.


--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top