This set entered on 8-3-14
8.2.14.2
REPLACING DATA USING CALCULATION 1. When you use the RECORDS–>REPLACE FIELD CONTENTS command, you are telling FileMaker to:
visit every record IN THE FOUND SET, and replace the contents of ONE FIELD WITH SOMETHING NEW.
RECORDS–>REPLACE FIELD command, you can:
enter a single value in every record in the found set, OR USE A CALCULATION TO FIGURE OUT WHAT SHOULD GO IN EACH RECORD.
You use the REPLACE FIELD CONTENTS Command, using the PROPER Function.
It capitalizes the first letter of each word it encounters.
Choose the FIELD YOU WANT TO CAPITALIZE. Choose RECORDS–>REPLACE FIELD CONTENTS and select “Replace With Calculated Result” and the SPECIFY CALCULATION window opens.
in the TEXT FUNCTIONS the “Proper ( text )” function. You select the FIRST NAME as the PARAMETER, click OK.