B
Bobby Internet
I have a single field in a table displaying multiple occurrences of 2 Letter
UK Postcode combinations which I would like to use to drive a query, here is
an example of the data
NN, MK
BS, OX
NP (15) SA (15)
BS,BA,TA,GL
I would like to only extract the data in capitals and then list each one
once in query, so the results from this data would be
NN
MK
BS
OX
NP
SA
BA
TA
GL
TIA
Bob
UK Postcode combinations which I would like to use to drive a query, here is
an example of the data
NN, MK
BS, OX
NP (15) SA (15)
BS,BA,TA,GL
I would like to only extract the data in capitals and then list each one
once in query, so the results from this data would be
NN
MK
BS
OX
NP
SA
BA
TA
GL
TIA
Bob