|
OK, so I figured this out......but the recordset object IS wanting.
Unless I am totally missing something....
if I do this:
objRecordSet = app.ActiveMap.DataSets(1).QueryAllRecords
I need to cycle through the RecordSet using MoveFirst and MoveNext to get the number of records in the recordset.......how about a count property? Is that too much to ask? |