ghudson
Registered User.
- Local time
- Today, 05:50
- Joined
- Jun 8, 2002
- Messages
- 6,194
I need to run an update query to add a space after a comma if the space does not already exists. The data will look like this...
Doe, John
Smith,Bob
The [Doe, John] values needs to be ignored and the [Smith,Bob] values need to be updated to [Smith, Bob].
Any suggestions on how I can do this with an update query?
Thanks in advance for your help!
Doe, John
Smith,Bob
The [Doe, John] values needs to be ignored and the [Smith,Bob] values need to be updated to [Smith, Bob].
Any suggestions on how I can do this with an update query?
Thanks in advance for your help!