MoonMullen
Programmer
I am using Access 2000 on a Win2000 PC. I am loading new data from a text file. I create a temporary table to hold the new data. I append the temp table to a permanent table within the same database. I want to now "clean up" and delete any queries and temporary tables. I can delete the queries, however I receive a run-time error when I attempt to delete the temporary table. I can not delete it!. Why? What am I doing wrong? Could it be that after I append the data, I need to close the temporary table?!?