AddQueryRecord method: QuerySelect class

Syntax

AddQueryRecord(QueryRecordName)

Description

The AddQueryRecord method adds a query record to the query definition. You must specify a valid record name in the string parameter QueryRecordName. This method returns a reference to the record as a QueryRecord.

Parameters

Parameter Description

QueryRecordName

Specify a string containing the name of a record to be added to the query definition. You must specify a valid record name. The maximum allowed length for this parameter is 15 characters.

Returns

A reference to the record as a QueryRecord object.

Related Topics