I am trying to use an ADODB recordset that I create by appending fields and addnew, update in VB as the data source for my report. I set the report.database.setdatasource to the recordset. I want the fields from my recordset to be used in my report and to show up under the database fields. Is this possible?
Other reports have been done on this project (by a developer that has left the company) using ADODB recordsets as the data source, but the recordsets have always been filled from an SQL statement on a database table. I don't know how the fields get on the report under the database fields, ado.
Thanks for any help that can be provided.
Other reports have been done on this project (by a developer that has left the company) using ADODB recordsets as the data source, but the recordsets have always been filled from an SQL statement on a database table. I don't know how the fields get on the report under the database fields, ado.
Thanks for any help that can be provided.