I have a master record table which has thousands of fax numbers.
I would like to remove the spacing infront of some numbers.
I understand using the query Expr1: Replace([Fax]," ","") would help but how can I update into the master record table?
Btw, the fax field is a primary key and Yes (No Duplicates) was selected. Anything that I need to change here?
I think after removing the spacing of some numbers there should be duplicates.... Will that cause an error?
Thanks.
I would like to remove the spacing infront of some numbers.
I understand using the query Expr1: Replace([Fax]," ","") would help but how can I update into the master record table?
Btw, the fax field is a primary key and Yes (No Duplicates) was selected. Anything that I need to change here?
I think after removing the spacing of some numbers there should be duplicates.... Will that cause an error?
Thanks.