quickest conversion from Object Model to Recordset

A

AndreQ

Is there a quicker way to convert from the VBA object and collection model to
ADO recordsets? We have to query MSP data against other time tracking data
sources. The current version is to cycle through the instances of the
collection and assign each property to a record column and adding the record
to a table, and this seems very manual and time consuming.

Thanks
AndreQ
 
Top