Whats the fastest way to remove all the symbols in a column of data in access?
I only want the numbers and letters to be in my data.
My database is about 4 million records and one of the fields in the records is a catalog number and I want to remove all the symbols in the catalog number in all 4 million records. I can use an update query but it makes me run an update query for each symbol - that takes a long time.
Can an update query remove many symbols at the same time? What's the best way to do this?
I only want the numbers and letters to be in my data.
My database is about 4 million records and one of the fields in the records is a catalog number and I want to remove all the symbols in the catalog number in all 4 million records. I can use an update query but it makes me run an update query for each symbol - that takes a long time.
Can an update query remove many symbols at the same time? What's the best way to do this?