Hi all,
I have a continuous form where my users filter the data by any combination of fields and they can print the form which lists all of the rows. This works OK, but what I’d really like to do is capture the recordset clone and use the data in a report.
I tried to set the recordsource of the report to the form’s recordset clone in VBA but that didn’t work. I do have stored queries for the starting point of the form, so maybe there is a way to capture the filter that the user built and use the stored query and the filter to run a report. Or even store the recordset into a temp table and run the report from there, but that seems like a wasted step…
I’ll stop speculating and see if anyone has an answer.
Thanks!
I have a continuous form where my users filter the data by any combination of fields and they can print the form which lists all of the rows. This works OK, but what I’d really like to do is capture the recordset clone and use the data in a report.
I tried to set the recordsource of the report to the form’s recordset clone in VBA but that didn’t work. I do have stored queries for the starting point of the form, so maybe there is a way to capture the filter that the user built and use the stored query and the filter to run a report. Or even store the recordset into a temp table and run the report from there, but that seems like a wasted step…
I’ll stop speculating and see if anyone has an answer.
Thanks!