Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Office 2003
Reference
Properties
Q
 QueryString Property
Word 2003 VBA Language Reference
QueryString Property

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.

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
		




© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker