QueryString Property

Microsoft Word Visual Basic

expression.QueryString

expression    Required. An expression that returns a MailMergeDataSource object.

Example

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

qString = ActiveDocument.MailMerge.DataSource.QueryString