I'm using a masked edit control for my phone number field. But, when I use the update method of my table adapter to update my database, it sends the parenthesis from the mask to the database along with the phone number digits. Is there an easy way to remove the parenthesis from my dataset phone number field before I call the table adapter update method? Could I use a substring function somewhere to extract only the characters I want? Thanks.