Retrieving specific fields
To report data from an exact location in the record set returned by the query, you must specify an index to the position in the record set. Note that the indices for the GetData property start from 1.
'Get the value in the first record, third column
'(PF_REVISIONHISTORY.PFTIMESTAMP)
myData = CDate(obj.GetData(1,3))