Input Mask

  • Thread starter Thread starter q
  • Start date Start date
Q

q

Hi

We want to create an Input Mask for a telephone number that has a prefix
already populated.

Eg (07) 1234-5678

The use of "0" is a problem here as the wizard assumes it to be null.

Any assistance would be appreciated
 
Hi

We want to create an Input Mask for a telephone number that has a prefix
already populated.

Eg (07) 1234-5678

The use of "0" is a problem here as the wizard assumes it to be null.

Any assistance would be appreciated

As long as you do not need to change the prefix:
"(07) "000\-0000;;_
The field datatype should be Text.
 
As long as you do not need to change the prefix:
"(07) "000\-0000;;_
The field datatype should be Text.

I forgot to add:
To save the mask with the data use:
"(07) "000\-0000;0;_
 

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

Back
Top