QueryString Property

Applies To

MailMergeDataSource object.

Description

Returns or sets the query string (SQL statement) used to retrieve a subset of the data in a mail merge data source. Read/write String.

See Also

OpenDataSource method.

Example

This example returns the query string for the data source attached to the active document.

qString = ActiveDocument.MailMerge.DataSource.QueryString