Phone input mask

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have entered a phone input mask such: "(703) "000\-0000;0;_ in the 'Input Mask' field on my text box
The output in the form view is (703) ___-___
The '703' is fine, no problem
Where is the '0' coming from and how can I get it to go away

Thank

Terrill
 
is your field's Data Type set as Number? if so, is the Default Value set to
0 (zero)? if so, try removing the zero.

hth


Starrlight said:
I have entered a phone input mask such: "(703) "000\-0000;0;_ in the
'Input Mask' field on my text box.
 
Back
Top