GetFieldDataArray

Method
Retrieves data from more than one field.

Category
Fields

 

Function GetFieldDataArray(hTable As Long, hRec As Long, FieldNoArray As Variant) As Variant

hTable
The handle to the table.

hRec
The handle to the record from which you want to retrieve data .

FieldNoArray
The array of the numbers of the fields from which you want to retrieve data.

 

Comments
GetFieldDataArray is used to retrieve data from multiple fields in a record. The data is returned as an array of variants where each variant contains data from one field.

See also GetFieldData and FieldNoArray.



© 2009 Microsoft Corporation. All rights reserved.