Input Mask

B

Brian

On a couple of my forms I have fields for phone/fax
numbers. Some of the numbers that I will be storing have
extension numbers that go with them. I modified the input
mask to have the placement for the extension, when needed,
but have run into a problem with this.

If there is no extension, I get an error back saying that
the data is not complete or it puts the area code and the
rest of the number to the right, populated the extension
with the last 4 of the number.

Is there a way to make this input mask work IFF needed?

Thanks for the help.
 
J

Joan Wild

You should store the extension in a separate field (it is a separate piece
of information afterall).

You would then not have the issue with the input mask, and also you'll find
it much easier to query all people at the same phone number.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top