Quote:
|
Originally Posted by Shores
If you're trying to change the exact phrase, then the query that has been proposed to you is ok.
If, instead, you need to change all apperances of "INVESTMENT" to "INVEST" regardless of where it appears in the field, then you should write a little script using Tcursors and Scan, since BDE doesn't have fulltext search capability.
|
All appearances is correct!
I am somewhat fimilar with TCursors and scan loops. But what identifier do I use, a string with the word "INVESTMENT" and then replace it with "INVST?" sometimes INVESTMENT will be the 4th word in the field, sometimes the 2nd word in the field.
I have a little experience with Array[] but not that much.
Any assistance would be greatly appreciated. The table has over 5,000 records and I have about 20 additional terms that need to be abbreviated.
Tanks . . . Rick