Adding comments to a formulaFor complex or infrequently used formulas, you can add comments to explain the details. Use C style or C++ style comments, which you can enter anywhere in a formula.C style comments start with the characters /* and finish with the first occurrence of the characters */. Your explanatory text appears between the two asterisk characters. Comments can begin on one line and end several lines later. You can nest C style comments.C++ style comments begin with the characters // and finish at the end of the line.
1.
2. In the Manage Database dialog box, click the Fields tab.
4. See Defining calculation fields for information about the dialog box.
6. Click OK.PatternCount("MrMsMrs", LeftWords(Name, 1)), /* returns true if the first word in fieldName matches anyone of the titles Mr, Ms or Mrs*/