I would like to allow the user to enter an input mask for a field and have the appropriate error message display if the citeria isn't met.ie: input mask = 99AA99"A""B"
the message box would then display "formate must be ' 12AB34AB"
or if the input mask was 9A990"C" the message would be "formate must be '1A23C', or ' 1A234C'"
Note: inputask 'A' is any letter Ucase, and 'a' is any letter lCase, I would like to diferenchiant between the two for msg formating
sorry not formated right for tags but don't think they are needed here
thanks for helping
the message box would then display "formate must be ' 12AB34AB"
or if the input mask was 9A990"C" the message would be "formate must be '1A23C', or ' 1A234C'"
Note: inputask 'A' is any letter Ucase, and 'a' is any letter lCase, I would like to diferenchiant between the two for msg formating
sorry not formated right for tags but don't think they are needed here
thanks for helping
Comment