Thanks for that, but could I just qualify the info you sent
Left([MyField],2) Like "[A-Z]*" And Mid([MyField],3,2) Like "[0-9]*"
I take it the first part, Left([MyField],2), looks at the first two parts of the field. Could you just explain what, Mid([MyField],3,2), looks at, ie what does the...