IS there a way I can use the existing recordset of a form to open a report on that exact recordset?
The code would be something like this, but this does not work. This would be a command button on a form
dim rcd as recordset
set rcd= me.recordsetclone
docmd.openreport “report”,acdesignview
report.recordset= rcd
Thanks