You can do that on your own, really.
I'll come back later and answer that, but you really are experienced enough and have had enough answers about string functons, UPDATEs and REPLACEs, that you can do this on your own and don't need to come here with such questions. Just remember in a table fields have a fixed length, the right 2 characters are most often after the word stored, as you normally store textual data left aligned, so you can't test for RIGHT(field,2)="MX". Hint: you first have to trim away spaces.
Bye, Olaf.