C
Curtis Stevens
I have a text field name phone number. I gave the text box in my forms an
input mask for phone number.
I used this: !\(999") "000\-0000;0;_
It works, but I get customer's info from my online forms and past the info
into my database - all the data is tab delimited, but when I past it which
the data is in this format (111) 123-1234, it comes up with error saying the
value you entered isn't appropriate for the input mask such and such.
Now, the text field in the database is said to TEXT, no format or input
mask. I tried this way, error. I gave it an input make of the same, error.
I tried doing !\(999") "000\-0000;;_ and nothing.
Does all this make sense, thanks for your help!!!!!
Curtis
input mask for phone number.
I used this: !\(999") "000\-0000;0;_
It works, but I get customer's info from my online forms and past the info
into my database - all the data is tab delimited, but when I past it which
the data is in this format (111) 123-1234, it comes up with error saying the
value you entered isn't appropriate for the input mask such and such.
Now, the text field in the database is said to TEXT, no format or input
mask. I tried this way, error. I gave it an input make of the same, error.
I tried doing !\(999") "000\-0000;;_ and nothing.
Does all this make sense, thanks for your help!!!!!
Curtis