R
Robert Mooney
I have a report that when opened executes VBA code to
gather data for the report. The VBA code writes to a
temporary table which is then the record source for the
report.
For security, I want to delete the temporary table when I
close the report. However, because the report is still
open, I cannot delete the table.
How can I accomplish this?
Bob Mooney
gather data for the report. The VBA code writes to a
temporary table which is then the record source for the
report.
For security, I want to delete the temporary table when I
close the report. However, because the report is still
open, I cannot delete the table.
How can I accomplish this?
Bob Mooney