Put Me.txtBox = UCase(Me.txtBox) in the BeforeUpdate event of the textbox. Using *your* txtBox name of course. There are 2 or 3 other methods to do the same thing.
Thanks for your help I tried your method and I got a runtime error like this
Function set to the BeforeUpdate is preventing the data from being saved in the field.