A family of Microsoft relational database management systems designed for ease of use.
So you have a form where you enter the report name and the associated letter. And you need make sure that the letter entered is a single character, upper case letter, correct? In that case I would use an Input Mask rather than validation. You can create an input mask that would only allow a single upper case letter.