In the design of the customers table I would like to put the default area code 813 in. I pout it in the default value but when a new record is created it put it as the last 3 of the phone number not the first 3. as shown ( ) ___ - _813
This is done when a new record is added from a form
Default value in table 813
How do I force the 813 to be in the first three like so, (813) ___ - ____
BTW: I also found out already to force the starting position to the 5 character which works fine.
Me![Phone].SelStart = 5
Me![Phone].SelLength = 1
TIA
DougP
< I Built one
This is done when a new record is added from a form
Default value in table 813
How do I force the 813 to be in the first three like so, (813) ___ - ____
BTW: I also found out already to force the starting position to the 5 character which works fine.
Me![Phone].SelStart = 5
Me![Phone].SelLength = 1
TIA
DougP
< I Built one