C
Chaster
My table contains both a BusinessPhone and BussinessFax field. When I set
up my table I set the input mask to the default phone number mask.
I have created a cboSelectFax that is based on a query that just pulls the
fax numbers sorted asending.
When I look at the data in the combo some numbers show as (212)-222-2222 and
others show as 2223334444
When I search for a number that is in my table and stored in the
(212)-222-2222 format it will only allow me to put in the 1st 3 numbers
before the search fails. If the number I am searching for is in the just
text format it allows me to complete the search.
I think maybe the best way? to format my data, in the phone fields in the
table, is just as text without any input mask. I will apply the mask on the
forms from now on.
My questions are:
Do You argee that this is the best policy or should applying the input mask
in the table design OK?
Any idea why I can only find the 1st 3 numbers when the data is in the (213)
format?
Thanks in advance for any insight you may be able to shead on this.
up my table I set the input mask to the default phone number mask.
I have created a cboSelectFax that is based on a query that just pulls the
fax numbers sorted asending.
When I look at the data in the combo some numbers show as (212)-222-2222 and
others show as 2223334444
When I search for a number that is in my table and stored in the
(212)-222-2222 format it will only allow me to put in the 1st 3 numbers
before the search fails. If the number I am searching for is in the just
text format it allows me to complete the search.
I think maybe the best way? to format my data, in the phone fields in the
table, is just as text without any input mask. I will apply the mask on the
forms from now on.
My questions are:
Do You argee that this is the best policy or should applying the input mask
in the table design OK?
Any idea why I can only find the 1st 3 numbers when the data is in the (213)
format?
Thanks in advance for any insight you may be able to shead on this.