Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access staying in memory after quitting on Windows NT

Status
Not open for further replies.

corneasd

Programmer
Jul 31, 2002
10
0
0
ZA
I have a problem with access staying in memory after closing the database. I've noticed it on Windows NT in task manager. msaccess is still listed as a process and I have to manually end the process or log out, otherwise I can't open the database. I use lots of VBA code in the database, maybe I'm not closing all the objects or something. Any suggestions?
Thanks.
 
Make sure you close (remove from memory) all objects created with the "new" parameter at program termination. Browse the help to find info about releasing memory or search in this forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top