How do I update information in a whole bunch of records at once in FileMaker?


Recently a friend of mine who hadn’t used FileMaker for a while asked me how he could move through a bunch of records and update some text in all those records. He vaguely remembered there were some quick ways of doing this. This blog entry is for him and everyone out there in Google, Yahoo and Bing-land with the same question.

My advice is three-fold:

  1. First a simple navigation aid, moving through records keeping your hands on the keyboard.
  2. Next the powerful Replace command.
  3. Finally, the word processor-like Find and Replace command.

Moving through records from the Keyboard using the Control (Up/Down) Arrow Keys

wpid1241-media_1323282160364.png

If you just want to easily leaf through a batch of records looking at each record before making a change, you will be happy to know that FileMaker lets you do this from the keyboard, without reaching for the mouse each time to move to the next record.

Hold down the Control key on your keyboard and then tap the Up Arrow key, you will move backwards one record. The opposite is also true, Control Down Arrow will take you ahead one record.

Using the Replace Command in FileMaker

wpid1242-media_1323282527308.png

Image Source: popart.uk

Occasionally you need to replace the contents of the same field in a group of records with new data. Here is how it is done using FileMaker’s powerful ‘Replace’ function. Please use this very carefully. Be sure you know what you are doing before using it. As Spiderman says, ‘With Great Power comes Great Responsibility’.

Find the Records you want to make changes to.

wpid1243-pastedgraphic-4.png

In this example we are searching for all records with Issue = Winter and Year = 2010.

Once you have the Found Set of Records isolated that you want to make the change to, edit the first record to the new value you desire. In this case, we are changing 2010 to 2009.

From the Records Menu select ‘Replace Field Contents…’

wpid1244-pastedgraphic-6.png

While you are still clicked into the field, from the Records menu, select “Replace Field Contents…” Note the shortcut for this change is Command (on a Mac or Control on Windows) and the Equals sign. This is handy if you are going to use this command often.

Replace Field Contents dialog box is displayed

wpid1245-pastedgraphic-7.png

The three options available are:

  1. The first option is a simple change to the value you entered in the previous step. In this example, clicking ‘Replace’ will blast the number ‘2009’ into the selected field in all Found Records.
  2. Option two is to set the field value in a batch of records to incremental serial numbers (ex. 1, 2, 3, 4 etc). If the field you are updating is a serial number field, choosing the option “Update serial numbers in Entry Options?” will increment the serial number assigned to this field to a number one more than the last one you used.
  3. Finally, the most powerful of all is a calculated replace, selecting the contents of another field, or creating some kind of complex text or mathematical calculation. You will be delving into FileMaker’s calculations abilities here. A simple example would be to combine two fields together into a single field. See the FileMaker manual on how to use more complex calculations.

Processing…

wpid1246-pastedgraphic-8.png

Depending on the number or records you are operating on, you may see this progress bar displayed for some time. When the update is completed, your records should be all set to the new value.

Records Updated

wpid1247-pastedgraphic-9.png

Now all the records in the found set are updated to ‘2009’.

The Replace Field Contents is a very powerful command. Remember there is no undo available to this command. To take a more cautious approach, consider the next technique, employing the Find/Replace Command.

Using the Find/Replace Command

wpid1238-media_1323280934458.png

A more measured approach to updating a batch of records, is to employ the Find/Replace command. This allows you to move through a batch of records and update a specific value. It is a more subtle approach than the ‘Replace’ command above. It is useful when you are looking for a specific word to change. For example, if I was working on a Notes field and wanted to change every instance of the word ‘Bob’ with ‘Doug’, I would use Find/Replace.

Another benefit of Find/Replace over Replace is that you can see what is going on as you are doing it. The Replace command you want to definitely know what you are doing before running the script. With Find and Replace, you can see the effects of each change a single record at a time.

Word processing approach

wpid1239-media_1323281122683.png

This dialog box is very similar to what you are probably already familiar with from most word processing applications.

The one big difference from a word processor’s approach to Find/Replace is the options at the bottom of the dialog box on where you are searching. You can limit the search to ‘All records’, or just the ‘Current record’. It is also possible to limit the search to a specific field on a record by clicking on ‘Current field’.

The Find/Replace action only works on the Current Found Set, so if you want to affect every single record, be sure to do a ‘Show All’ command from the Records menu first. If you want to do this action on a select set of records, run your Search Criteria first and limit this action to the Current Found Set.

Cautiously proceeding

wpid1240-media_1323281122683_1.png

If you use these buttons in this order, you will be able to see the effects of what the changes you are asking FileMaker to conduct on your records.

  1. Find Next will move you through the records revealing what you are searching for (the ‘Find what;’ item) It doesn’t make any changes. Remember to go back to the First Record when you are ready to make the change.
  2. If you start with just the ‘Replace’ button, you will see the change in the record you are on. (You may need to reposition the Find/Replace dialog box so you can see the effect the changes on a specific field. Click and hold down your mouse button on the top bar and drag the dialog box off to the left or right to see the layout below.)
  3. Once you are confident that you are doing the right thing, you can use the ‘Replace & Find’ button, which makes the change and immediately moves to the next record that has the ‘Find what’ information.
  4. When you are totally confident that you want to make this change throughout your Found Set, go for the ‘Replace All’ button. This is very similar to the Replace command discussed above.

Related Articles:
Highlighting Rows in FileMaker lists or portals
‘Type Ahead’ Style Searching through Portals in FileMaker Pro
Shortening URLs using FileMaker

Trackbacks/Pingbacks

  1. Highlighting Rows in FileMaker lists or portals | HomeBase Software - July 14, 2012

    […] Articles: How do I update information in a whole bunch of records at once in FileMaker? Drag and Drop List or Portal Sorting […]