I have a field [Postcode] and I need to put a space in between the characters. For example:
RG204QZ needs to be RG20 4QZ
L75HG nees to be L7 5HG.
As these are British postcodes the space is always before the third from last character. So I am using: Right([Postcode],3) but not sure how to put the space in.
I've tried examples I found on the forum but no luck. I'm sure the answer is staring me in the face, just can't see it! Any ideas?
Thanks
RG204QZ needs to be RG20 4QZ
L75HG nees to be L7 5HG.
As these are British postcodes the space is always before the third from last character. So I am using: Right([Postcode],3) but not sure how to put the space in.
I've tried examples I found on the forum but no luck. I'm sure the answer is staring me in the face, just can't see it! Any ideas?
Thanks