i have this phone numbers witch contains this symbole (-)
exapmle
i want to remove this(-)
tried this code to run in access query it dosnt work.
nothing is changing.
tnx for any help
salsa :)
exapmle
Code:
052-9646312
056-9972161
tried this code to run in access query it dosnt work.
nothing is changing.
Code:
UPDATE Customers SET Customers.Cellular = Replace('-','')
salsa :)