Question:
I would like to force data entered into a form to be uppercase. This is probably basic, but I can’t figure it out!
Answer:
What you are looking for is the Format property of controls. If you just set the Format property to the string “!”, it will force what is typed into uppercase.