S E L E C T TOP 1 CAMPO, MID(CAMPO, INSTR(CAMPO, 'AA')+2) AS VALORE
F R O M TABELLA
O R D E R B Y MID(CAMPO, INSTR(CAMPO, 'AA')+2) DESC
prova e vedi se valore è ok, l'unica cosa di cui non sono sicuro è quel +2 (che potrebbe essere +1 o +3, dipende da come Access conta le posizioni nelle stringhe)