Trouble cloning a reports recordset

  • Thread starter Thread starter markmarko
  • Start date Start date
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!
 
Back
Top