Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Add Text without Replacing

Featured Replies

  • Newbies

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"

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.

  • Author
  • Newbies

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.

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.

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.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.