Can someone help me out or point me in the right direction. I currently have a a table with a list of post codes. I also have a lookup table with a list of post codes, districts and area. Example below:
Table 1
Customer Postcode
123 DE13 OND
256 G2 8JB
Table 2
PostCode District Area
DE Derbyshire Derby
G Strathclyde Glasgow
My problem is that it can either be a 1 character post code or a 2 character post code in the in table 2. How can i find the district or area depending on the postcode?
Cheers
Table 1
Customer Postcode
123 DE13 OND
256 G2 8JB
Table 2
PostCode District Area
DE Derbyshire Derby
G Strathclyde Glasgow
My problem is that it can either be a 1 character post code or a 2 character post code in the in table 2. How can i find the district or area depending on the postcode?
Cheers