This may be more of an HTML question, but it's for a database function, and I hve a feeling I'll find my answer more quickly here:
I want to limit entry on this code to an entry of #AAA## where # is Numeric and A is Alpha, and either notify the user real-time that the format is wrong, or just have invalid characters not register. What would be the easiest way to accomplish this?
<input type="text" name="RecNum" size=6 maxlength="6">
Thanks!
I want to limit entry on this code to an entry of #AAA## where # is Numeric and A is Alpha, and either notify the user real-time that the format is wrong, or just have invalid characters not register. What would be the easiest way to accomplish this?
<input type="text" name="RecNum" size=6 maxlength="6">
Thanks!