ezfriend
Registered User.
- Local time
- Yesterday, 21:19
- Joined
- Nov 24, 2006
- Messages
- 242
I have an Access application that allow user to replace text within a NTEXT field (SQL Express).
Unfortunately, I can't do the normal update
Any advice is truely appreciated.
-EZfriend.
Unfortunately, I can't do the normal update
Code:
UPDATE tblDoc SET FieldName= REPLACE(FieldName, '; ', '|')
Any advice is truely appreciated.
-EZfriend.