Ravingdragon
Programmer
Hello there,
I am showing a report based on a temporary recordset because I there join records from different sources and would like not to change the master recordsets.
I do this in a Report_Open macro which also builds the .RecordSource SQL query statement.
This works fine but so far I cannot get rid of the temporary recordset as it is still "open" in the Report_Close event and thus deleting fails.
Anyone knows away to "unlock" or close the active recordset of a report ?
Thanks for any help
Greeting
Christian
I am showing a report based on a temporary recordset because I there join records from different sources and would like not to change the master recordsets.
I do this in a Report_Open macro which also builds the .RecordSource SQL query statement.
This works fine but so far I cannot get rid of the temporary recordset as it is still "open" in the Report_Close event and thus deleting fails.
Anyone knows away to "unlock" or close the active recordset of a report ?
Thanks for any help
Greeting
Christian