I have a text field. What will be entered in this field is a series of letters (length varies) followed by a space and then followed by a series of numbers: e.g. NA 4555 or Jones 1234
I want to make sure that people always put a space between the series of letters and numbers. Since the length of these elements can vary, is there any way to do this?
I want to make sure that people always put a space between the series of letters and numbers. Since the length of these elements can vary, is there any way to do this?