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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top