I would like to know if there is an easy way to add text in a notes field to all of a found subset of records without replacing text that is already there. I've seen a few scripts here in the forum, but it's very confusing.
I've seen this:
Replace Field Contents [ YourField; Case ( not IsEmpty
( YourField ); YourField & "(.jpg)" ) ]
And this:
Find the records you want to modify, and do Replace Field Contents… with calculated result =
YourField & ¶ & "New Keyword"