Extract Part of a field

G

garethg

I want to create a query which takes a field containing my post code and
extract the postal area bit i.e.
CF46 5TH = CF (the postal area)
S10 5JH = S
I need to know what expression can be used to extra the first set of
text (it will either be one or two characters)
 
Top