G'Day again Billi,
I ran some tests.
Make a backup before you try this.
A little test first, to make sure it can work. Locate a QSO that has a COMMENT that contains the data you want to remove. Note the call sign.
Open Tools, Advanced, Database commands ...
use log
browse for "call"$log.call
... where "call" is the call you noted above. You should see the QSO displayed. If there is more than one, just move up and down to select the one with the data in the comment field.
Close that window and type ...
? tag_edit(log.COMMENT,"WAB:","")
... and that should print the comment without the WAB tag.
If that did not work, post a reply here with the line that was printed.
If that did work, open Database Files, Mass Change, Replace field contents
Select COMMENT in the "Replace this feid"
Enter 'tag_edit(COMMENT,"WAB:","")' in the "with" panel
In the "Replace only" panel enter "WAB:"$COMMENT".
Click the "count" button to check that you have filtered the correct number of QSOs.
If you think all is OK, Click OK - and the WAB: tag should be removed from the COMMENT field of all the selected QSOs.
Repeat the process for each tag you want to remove from the COMMENT field. Or, look at my next post to see how to do more than one tag at a time.
Peter VK4IU
Peter VK4IU
You can help by posting images of
any errors and including your
Logic version.