I think this is what you are trying to do.
Off the top of my head the SQL should be something like the below, it will update the fields to Right(Field, InStr(Me.Text1, "Ex") + 2) but only where the field contins "ex", be careful though as this will replace anything with Ex in the field, you...