Aug 21, 2009 #1 robojeff Technical User Dec 5, 2008 220 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 Aug 19, 2009 11 ID In the "After Update" event add the following: = UCase([YourTextBoxName]) Upvote 0 Downvote