Aug 21, 2009 #1 robojeff Technical User Joined Dec 5, 2008 Messages 220 Location US Is there a way to force the text entered into a text box so that whatever is entered by the user, all alpha text will be in upper case?
Is there a way to force the text entered into a text box so that whatever is entered by the user, all alpha text will be in upper case?
Aug 21, 2009 #2 xwordmark Programmer Joined Aug 19, 2009 Messages 11 Location ID In the "After Update" event add the following: = UCase([YourTextBoxName]) Upvote 0 Downvote