I have a form where the user is required to input various accounts such as:
1) 116900 216113
2) 511210 2801
These accounts are only entered in these lengths. I want to be able to validate the account entered no matter which type of account is entered.
I've tried input masks 000000\ 0000CC, 000000\ 0000##, etc amoung others. Is my systax correct? Please help.
Thanks.
1) 116900 216113
2) 511210 2801
These accounts are only entered in these lengths. I want to be able to validate the account entered no matter which type of account is entered.
I've tried input masks 000000\ 0000CC, 000000\ 0000##, etc amoung others. Is my systax correct? Please help.
Thanks.