Trouble cloning a reports recordset

M

markmarko

I have no problem cloning a forms recordset, but I'm getting the following
error when I try to clone a reports recordset:

"Run-time error 32585: This feature is only available in an ADP."

The report had been open using the following command:

DoCmd.OpenReport "Qualifying", acViewReport, "Query-SalesOrderForm",
WhereString

So, I'm opening the report based on ""Query-SalesOrderForm"", and adding the
addtional WhereString criteria that are relevant to the task at hand, which
is Qualifying customers that have placed an order.

Any ideas on how to clone that recordset?

Thanks!
 

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