MoonMullen
Programmer
I have written a subprocedure that formats a text file externally and then imports the text file into Access. I run a few queries against this "working table" and then copy the newly format data to another table for permenant storage. The code abends when I try to delete the "working table". Is it a good idea to keep the database clear of "working tables"? Does Access hold onto the "working table" internally, so that is why I can not delete it? If so, how do I solve this problem?