Report Record Source

  • Thread starter Thread starter Ruben Granados
  • Start date Start date
R

Ruben Granados

HI EVERYBODY,
IS THERE A WAY TO SET AN ADODB.RECORDSET AS A REPORT
RECORDSOURCE?

Reports!rptName.RecordSource = rstDeletedItems

or something similar? I get a recordset of items that will
be deleted. So first I want to send this "to delete"
records to the report and output to SNP format afterwards.

Thank you

Ruben.
 
Try setting the Recordset of the report to the ADO recordset in the report's
Open event.
 

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

Back
Top