ItemByName method: QueryDBRecordField collection
Syntax
ItemByName(Name)
Description
The ItemByName method returns the QueryDBRecordField object with the name Name.
Parameters
| Parameter | Description |
|---|---|
|
Name |
Specify the name of an existing QueryDBRecordField within the QueryDBRecordField collection. If you specify an invalid name, the object is NULL. |
Returns
A reference to a QueryDBRecordField object if successful, NULL otherwise.
Example
&MyQueryDBRecordField = &MyCollection.ItemByName("PHONELIST");