hey,
i try with UPDATE Table SET Field = Right(Field, InStr(Field, "Ex") + 2) WHERE (InStr(Field.Text1, "Ex") <> 0)
And the problem is that my records are not all the same left of the "Ex". Some have more some less characters and that i dont get allways the same resoult :confused: So does...