My program asks for a First Name, Middle Initial and Last name, as well as some other data. This is a one page entry form. Because of security reasons, all tool bars and menu bars have been deleted and the database is not available to the user. If the 1st name or last name have been omitted, the msg. box reminds the user to enter them and the cursor returns to the "null" value for the user to enter the name. I want all characters to be in upper case. I have set the Input Mask to > at both the database level and the form properties level. I tried UCASE(>) in the VB Code. Nothing works. I get an error message and no entry is allowed in the field. I believe the problem may be due to trying to Upper Case a null value, but how do I get around this?