View Single Post

  #2 (permalink)  
Old 02-02-2006
EdB EdB is offline
Member
Green Belt
 
Join Date: Aug 2002
Posts: 56
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?
Reply With Quote