RichO
07-06-2004, 05:08 PM
Through a search I found a thread where Pat Hartman had stated that you may be able to assign an open recordset to a report, however she did not go into detail as to how to do it.
I have a continuous report based on a union query that may at times require manipulation to one or more of the records and I am looking for a logical way to work with the recordset prior to the opening of the report. In the past I have done this by writing the recordset to a temporary table and running a report on that table, but this situation is more involved and I'm trying to avoid bloating the database if possible.
Does anyone have information on this type of application?
Thanks
I have a continuous report based on a union query that may at times require manipulation to one or more of the records and I am looking for a logical way to work with the recordset prior to the opening of the report. In the past I have done this by writing the recordset to a temporary table and running a report on that table, but this situation is more involved and I'm trying to avoid bloating the database if possible.
Does anyone have information on this type of application?
Thanks