I have a database that contains a large amount of addresses. The problem is that the postcode is not always in the POSTCODE field, it could be in 2 other fields. How can I build a query to identify the contents of a cell where it could be in the format:
"xx xxx"
"xxx xxx"
"xxxx xxx"
Doing a search just on field length and identifying 6 7 and 8 lengths doesn't work as some towns have 6, 7 and 8 lengths.
I would then need to copy the postcode into a new field where they will all go.
Thanks for any help you can give me.
Kate
"xx xxx"
"xxx xxx"
"xxxx xxx"
Doing a search just on field length and identifying 6 7 and 8 lengths doesn't work as some towns have 6, 7 and 8 lengths.
I would then need to copy the postcode into a new field where they will all go.
Thanks for any help you can give me.
Kate