All data entry should be done through a form where you can set the default value of a control to 716. I would probably store the area code in a "setup/options" table and use a little VBA code in the Open event of the form to set the default for the control.
you should be able to do this very easily in the query builder. Right click on the phone number field and click 'Build...' and in the box that comes up put in
Code:
'716-' & [phonenumber]
where [phonenumber] is replaced by the name of your field containing the customer's phone number. Alternately, if this is a variable for each customer stored in a [zip code] field you can concatenate it together with
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.