drosenkranz
Programmer
Hello,
A case number here is either a "C" or an "S" followed by six digits. I want to force my user enter all six digits following the letter. I was wondering, is there any way to make an inputmask for A999999 (a character followed by 6 digits) in a text box that would require all 7 places be entered?.
Am I stuck with checking the first position to see if its a "C" or "S" and then checking the Len() to see if its 7 characters long?
Thanks.
Dave R.
The 2nd mouse gets the cheese.
A case number here is either a "C" or an "S" followed by six digits. I want to force my user enter all six digits following the letter. I was wondering, is there any way to make an inputmask for A999999 (a character followed by 6 digits) in a text box that would require all 7 places be entered?.
Am I stuck with checking the first position to see if its a "C" or "S" and then checking the Len() to see if its 7 characters long?
Thanks.
Dave R.
The 2nd mouse gets the cheese.