PC Review


Reply
Thread Tools Rate Thread

Re: Access 2000 won't close

 
 
Jack MacDonald
Guest
Posts: n/a
 
      22nd Aug 2003
Sometimes a similar thing happens to me under Acc97. I have always
attributed it to sloppy programming on my part by not relaeasing all
DAO objects. Solution is to properly set all objects to Nothing when
finished with them

dim db as dao.database
set db = currentdb
....

' this part is missing
set db=nothing




On Wed, 20 Aug 2003 11:14:03 GMT, "Gil Blais" <(E-Mail Removed)>
wrote:

>and I have applied the Microsoft patch from 5/2002 that supposedly fixes it.
>Does not work.
>We have a combination of W2K and WXP machines with the problem. With the
>application opened up, when I either click the red X in the upper right
>corner or choose File/Exit from the menu, my application closes just fine
>cuz I use 'Application.Quit' to get out of it, but it leaves a residual copy
>of MS Access 2000 running and you must use the Task Manager to rid yourself
>of it !!
>The strange part is that, I, as the developer, never experience the problem
>and I am running WXP with the latest upgrades in place.
>Any help is greatly appreciated as we have a lot of systems within the
>company with that problem.
>Thanks in advance, Gil Blais
>



=======================================================
Jack MacDonald
remove UPPERCASE LETTERS from email address
Vancouver, B.C. Canada
Info about MSAccess user-level security
www.geocities.com/jacksonmacd
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 2000 will not close programmatically Rob Hughes Microsoft Access 3 19th Aug 2005 12:09 PM
MS Access 2000-MDB will not close RCline Microsoft Access 2 16th Jun 2004 04:23 PM
Code to close a form Access 2000 Suki Microsoft Access Getting Started 1 13th May 2004 07:52 PM
Can not close Master Access 2000 MDB Jay Microsoft Access 0 20th Oct 2003 06:03 AM
Switchboard form -Close application & ACCESS 2000 Vivian Microsoft Access Forms 1 7th Oct 2003 05:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:22 PM.