For example, I am searching a mass mailing list for bad addresses. There are
three different mailing types, business, alternate, and home.
I would like to run a search stating, "if business mailing field includes
"bad address", replace it with alternate business address field. If
alternate business address field includes "bad address", replace it with
home. And if home address field includes "bad address", make field blank.
I ASSUME the "bad address" means that the field contains that exact phrase.
You do not want a search but an update query. You need to run the update on
the home address field first then work backwards to the business mailing
field. This is neccesary because if you go the other direction you could be
replacing "bad address" with "bad address."