If you put the data entry form into design mode.
eg.On the field that holds the FirstName, on the Event - AfterUpdate, put the code

me.FirstName = UCase(me.firstName)

this will convert the text to Upper Case

- Replace "FirstName" with your field name

Kind Regards
Helen Burns