Need help with inputmask *752008

J

J.Alladien

Dear All,

How do I make an inputmask for a tel number field where the first 3 numbers
must be 597****** and the remaining 7 numbers can be any number!
Apreciate your help!
 
S

s4

"597"00000000

Anything in " " is literal, and 0 represents any number with one number for
each 0, or you can just use "597"# for any number of numbers after 597.

Hope this helps!
 

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

Similar Threads

Conditional Inputmask 1
Placing Cursor when Using ".InputMask" 6
inputmask for last name 1
upper case letters 4
Automatic input mask.. 1
DateTime InputMask 1
simple? 2
SetValue with Formatting 2

Top