Quote:I'm assuming if there is already an "R", "F", "I" or "X" in the field, it will not change it to "R", right?
Right. If there is anything in there other than a blank, ( <> " ") it will not change it.
If you want to do it the hard way, you could do this:
replace qsl_rcvd with "R" for QSL_RCVD<>"R" AND QSL_RCVD<>"F" AND QSL_RCVD<>"I" AND QSL_RCVD<>"X" AND QSO_DATE>={^1970-01-01}
Quote:Or do I enter "R" in the second box where it says "Replace only if: (blank to replace all)"
You could do this if you want to make it even harder.
replace qsl_rcvd with "R" for QSL_RCVD<>"R" AND QSL_RCVD<>"F" AND QSL_RCVD<>"I" AND QSL_RCVD<>"X" AND QSL_RCVD<>"R" AND QSO_DATE>={^1970-01-01}
But it would just save a little disk activity because it won't rewrite an R where there is already one as the preceding example does.
73,
DH