I have 6400+ records which I am looping through. For each of these: I check that the address is valid by testing it against something similar to what the Post Office uses (f
I didn't realise you had to add -1 to remove all spaces
Replace(strPostcode," ","",1,-1)