I am updating a database that contains license plate numbers. A common data entry error is to include spaces or dashes in the license plate number. I want to format the text field in the table so the clerk cannot enter spaces or symbols in the field.
The field size is 8 characters. When I tried an input mask of AAAAAAAA all eight characters must be entered (some license plate numbers have less than eight characters). When I use aaaaaaaa there is still a chance that a space can be accidentally entered.
How can I format the field so that only letters and numbers can be entered, and not all of eight characters have to be entered.
Any suggestions would be greatly appreciated.
Joe
The field size is 8 characters. When I tried an input mask of AAAAAAAA all eight characters must be entered (some license plate numbers have less than eight characters). When I use aaaaaaaa there is still a chance that a space can be accidentally entered.
How can I format the field so that only letters and numbers can be entered, and not all of eight characters have to be entered.
Any suggestions would be greatly appreciated.
Joe