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!
 
Top