U
UpRider
I have a command button on a form that runs a report.
The code under the command button creates a table, populates it, creates a
query based on the table and assigns that query as the recordsource for the
report.
The code then opens the report in preview and then attemps to drop the
table. Access will not allow the deletion of the table complaining that it
cannot lock the table because it is in use by another user or process.
Anyone see a way around this standoff?
UpRider
The code under the command button creates a table, populates it, creates a
query based on the table and assigns that query as the recordsource for the
report.
The code then opens the report in preview and then attemps to drop the
table. Access will not allow the deletion of the table complaining that it
cannot lock the table because it is in use by another user or process.
Anyone see a way around this standoff?
UpRider