I need to write a query that will do the following: extract the area code from the phone field and place it in another field without loosing the relationship to the phone number and the company name. The new database that I need to append the data to will only accept 7 digit phone numbers. So I need to take (555)123-4567 and turn it into two columns one that contains 555 without the parentheses and the other 1234567 without the dash. Where do I begin?