Edit

Share via


MailMergeDataSource.FindRecord(String, Object) Method

Definition

Searches the contents of the specified mail merge data source for text in a particular field. Returns True if the search text is found.

public bool FindRecord (string FindText, ref object Field);
abstract member FindRecord : string * obj -> bool
Public Function FindRecord (FindText As String, Optional ByRef Field As Object) As Boolean

Parameters

FindText
String

Required String. The text to be looked for.

Field
Object

Required Variant. The name of the field to be searched.

Returns

Remarks

The FindRecord method corresponds to the Find Record button on the Mail Merge toolbar.

The FindRecord method does a forward search only. Therefore, if the active record is not the first record in the data source and the record for which you are searching is before the active record, the FindRecord method will return no results. To ensure that the entire data source is searched, set the ActiveRecord property to wdFirstRecord.

Applies to