sanders720
Programmer
CurrentDb.Execute "DROP tblReleasedHistory2"
I am trying to apply this as the only line to my report close. Whenever a report closes, I want to delete the table.
There is no open recordset, or anything. I simply want to delete a table that was created prior to opening the report. The report is dependent on the data from the table, and the table is recreated seqnentially the next time the report is opened.
Any help with this issue is greatly appreciated.
I am trying to apply this as the only line to my report close. Whenever a report closes, I want to delete the table.
There is no open recordset, or anything. I simply want to delete a table that was created prior to opening the report. The report is dependent on the data from the table, and the table is recreated seqnentially the next time the report is opened.
Any help with this issue is greatly appreciated.