HI
We have a delivery address field which is one long text field. For example we could have
York Road Leeds LS1 1BB
I want to be able to extract the LS part of the post code
I currently have a view and have this small bit of code as
RIGHT(dbrderHeader.DeliveryAddress, 8) AS PC
This brings back the whole postcode as the result LS1 1BB. I cannot find a way so it gets the LS only. Any ideas anyone please.
THanks
We have a delivery address field which is one long text field. For example we could have
York Road Leeds LS1 1BB
I want to be able to extract the LS part of the post code
I currently have a view and have this small bit of code as
RIGHT(dbrderHeader.DeliveryAddress, 8) AS PC
This brings back the whole postcode as the result LS1 1BB. I cannot find a way so it gets the LS only. Any ideas anyone please.
THanks