Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
expression. QueryString
expression 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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.