Specifies whether to display the results of the query to the user or to execute the SQL without displaying the results.
Syntax
value = QueryCmd.DisplayToUser
| Part | Description | 
|---|---|
| value | A Boolean value that returns one of the following values: True—Results are displayed to the end user. False—Results are not displayed to the end user. (This is typical for queries that create temporary tables to be used in subsequent queries.) | 
| QueryCmd | An object variable that instructs the client to execute SQL. | 
Applies To
Remarks
This property is read-only.
See Also
DisplayRows Property, IgnoreError Property, TableCaption Property, SQL Property, TrueFalseAnswer Property