Searches the contents of the specified mail merge data source for text in a particular field. Returns True if the search text is found.
Note Corresponds to the Find Record button on the Mail Merge toolbar.
Syntax
expression.FindRecord(FindText, Field)
expression Required. An expression that returns a MailMergeDataSource object.
FindText Required String. The text to be looked for.
Field Required String. The name of the field to be searched.