G
Guest
Help, I have a table where the first name has data like:
1. Mike "Butch"
2. Rose Marie "Mary"
3. William " bill"
How do I create an update query to remove the quotes and the stuff in
between them. Therefore the data should look like:
1. Mike
2. Rose Marie
3. William
1. Mike "Butch"
2. Rose Marie "Mary"
3. William " bill"
How do I create an update query to remove the quotes and the stuff in
between them. Therefore the data should look like:
1. Mike
2. Rose Marie
3. William