Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5545 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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"

Posted

If you do this via script (different staring content in field):

Loop through finded records and on each

Set field (YourField) = (YourField)&","&"Your text"

or

Set field (YourField) = (YourField)&","&Field with your text.

  • Newbies
Posted

Thanks very much for your reply. Is using a script the only way to accomplish this? I wish there was an "ADD to field contents" button.

I find the scripting very confusing -- need hand-holding through the process as I've never done it. A real world example would help.

Posted

Thanks very much for your reply. Is using a script the only way to accomplish this? I wish there was an "ADD to field contents" button.

I find the scripting very confusing -- need hand-holding through the process as I've never done it. A real world example would help.

In your FileMaker application folder, there is a folder "English Extras" and inside that, a folder "Electronic Documentation". Inside that is a tutorial file.

Posted

Honestly, anytime I see the request to append data to an existing text field, it points to the need for a new child table. That is, a Notes table, related to the parent table by parent ID. Then, each occurrence of a note is a new related note record in the Notes table. This will allow you to also capture the Note record's created date/time, the Account Created, etc.

This topic is 5545 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.