G
Guest
I have a report which is based on a temporary local table built from data
located on a network. So when the user opens the report I build the temporary
table with ADO and open the report bound to the temp table on the users
system. The report criteria is typically different each time the report is
opened.
I would like to open the report multiple times with different criteria so
the users could view them simultaneously. I saw a post on doing this with
forms
When I attempt to open the report a second time, the temp table is locked by
the first report.
I suppose I could base the report on the recordset that creates the temp
table and rename the report on the fly and on close delete the report.
Or is their a way to release the locks on the temp table so I can rebuild it
and open the second report.
Please point me in the right direction
Thanks for help, Im in the process of changing from Paradox to Access.
Scott
located on a network. So when the user opens the report I build the temporary
table with ADO and open the report bound to the temp table on the users
system. The report criteria is typically different each time the report is
opened.
I would like to open the report multiple times with different criteria so
the users could view them simultaneously. I saw a post on doing this with
forms
When I attempt to open the report a second time, the temp table is locked by
the first report.
I suppose I could base the report on the recordset that creates the temp
table and rename the report on the fly and on close delete the report.
Or is their a way to release the locks on the temp table so I can rebuild it
and open the second report.
Please point me in the right direction
Thanks for help, Im in the process of changing from Paradox to Access.
Scott