Hi, I have a field called PropertyID which stores a unique 13 digit number, the 10th digit is always a 3. I want to remove the 3 to leave a 12 digit number.
I've tried running an Update query using Replace([PropertyID],"3","",10,1) but no joy, what am I doing wrong?
Thanks in advance
I've tried running an Update query using Replace([PropertyID],"3","",10,1) but no joy, what am I doing wrong?
Thanks in advance