G
Guest
Hi all
Whilst it's easy to find the left or right portion of a text string
Something: Left([CD1stName],1) - 1st from left
Something: Right([CD1stName],1) - 1st from right
or even
Something: Left([CD1stName],2) - the 1st 2 diggits
Something: Right([CD1stName],17) - the last 17 digits
or whatever
Anyone any ideas how to seperate a text string so that I can find the 3rd
digit (number or text) or the 5th or even the 23rd, etc.
example
Postcode (zipcode) = WC2A 2WT
(made up postcode in case you happen to live there)
I need a seperate report field to show C and another to show W, or T, etc.
Basically I need a report to show each seperate digit
Many thanks
Oh this is due to the rather silly "new and improved" method the UK post
office has for dealing with pre-paid recorded bulk mailings (we are sending
out over 150,000). We have to seperate each section of the postcode.
Whilst it's easy to find the left or right portion of a text string
Something: Left([CD1stName],1) - 1st from left
Something: Right([CD1stName],1) - 1st from right
or even
Something: Left([CD1stName],2) - the 1st 2 diggits
Something: Right([CD1stName],17) - the last 17 digits
or whatever
Anyone any ideas how to seperate a text string so that I can find the 3rd
digit (number or text) or the 5th or even the 23rd, etc.
example
Postcode (zipcode) = WC2A 2WT
(made up postcode in case you happen to live there)
I need a seperate report field to show C and another to show W, or T, etc.
Basically I need a report to show each seperate digit
Many thanks
Oh this is due to the rather silly "new and improved" method the UK post
office has for dealing with pre-paid recorded bulk mailings (we are sending
out over 150,000). We have to seperate each section of the postcode.