Converting telephone numbers

C

ChrisBat

Hi,

I have a 2 lists of telephone numbers - one that is in the
form 4165551234, and the other that has the format 416 555
1234. I need to convert these to the same format, and
cannot (unfortunately) do it through Excel as I have more
rows of data in my database than are allowed in Excel.
I'm using Access 97 if that makes a difference.
Any suggestions would be appreciated.
Thanks,
Chris
 
J

John Nurick

Hi Chris,

You can do this with an update query. Set a criterion on the phone
number field of

Like "##########"
(that's ten hash signs) and update it to
Format([XXX], "000 000 0000")
where XXX is the name of the field.
 

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