I want to set a text field format to take only numbers ranging from 5 digits to 9 digits.
ex: 11111 or 11111-1111
But when I set the field format to #####-#### it force to enter 9 digits.
I need last 4 digits optional. Because my need is 5 digit to 9 digit numbers.
So is there any way to set the text field format to achieve this?