PC Review


Reply
Thread Tools Rate Thread

Access 2000 not responding

 
 
=?Utf-8?B?UkM=?=
Guest
Posts: n/a
 
      3rd Nov 2007
Can anyone help with this puzzling behaviour from Access?

I can open Access databases and see all objects but none will open when I
double click them - there is no error message. After that when I close the
database the application window stays open and won't close when I select
Exit. I can only close the application window using Task Manager and stopping
the process.

Not sure whether this coincided with something else I did or installed.

Any ideas?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Ym9ibGFyc29u?=
Guest
Posts: n/a
 
      3rd Nov 2007
Sounds like you may have gotten rid of your warnings. Did you ever use
DoCmd.SetWarnings False in any of your code. If so, you may not have turned
them back on or you didn't have DoCmd.SetWarnings True in an error handler
where if something errored out before getting back to the DoCmd.SetWarnings
True code it would have left you without the warnings.

Do this:

1. Open a standard module, or select New Module when open from the database
window.

2. Copy this code in:

Public Sub ResetWarnings()
DoCmd.SetWarnings True
End Sub

And then put your cursor on the DoCmd line and click the Run button (button
that looks like a sideways triangle). That SHOULD reset the warnings for you
and then, if that was the issue it should start to work for you correctly.
--
Bob Larson
Access World Forums Super Moderator
Utter Access VIP
Tutorials at http://www.btabdevelopment.com
__________________________________
If my post was helpful to you, please rate the post.


"RC" wrote:

> Can anyone help with this puzzling behaviour from Access?
>
> I can open Access databases and see all objects but none will open when I
> double click them - there is no error message. After that when I close the
> database the application window stays open and won't close when I select
> Exit. I can only close the application window using Task Manager and stopping
> the process.
>
> Not sure whether this coincided with something else I did or installed.
>
> Any ideas?

 
Reply With Quote
 
=?Utf-8?B?UkM=?=
Guest
Posts: n/a
 
      3rd Nov 2007
Bob

Thanks. I tried it but nothing happened. My problem is the same for any
database I open. I can't even open tables or queries in design view. I once
had a message saying something about an object not being registered. I have
in past uninstalled and reinstalled Office 2000 but that didn't fix it. When
I installed Office 97 instead, it seemed to be fine.

Renos

"boblarson" wrote:

> Sounds like you may have gotten rid of your warnings. Did you ever use
> DoCmd.SetWarnings False in any of your code. If so, you may not have turned
> them back on or you didn't have DoCmd.SetWarnings True in an error handler
> where if something errored out before getting back to the DoCmd.SetWarnings
> True code it would have left you without the warnings.
>
> Do this:
>
> 1. Open a standard module, or select New Module when open from the database
> window.
>
> 2. Copy this code in:
>
> Public Sub ResetWarnings()
> DoCmd.SetWarnings True
> End Sub
>
> And then put your cursor on the DoCmd line and click the Run button (button
> that looks like a sideways triangle). That SHOULD reset the warnings for you
> and then, if that was the issue it should start to work for you correctly.
> --
> Bob Larson
> Access World Forums Super Moderator
> Utter Access VIP
> Tutorials at http://www.btabdevelopment.com
> __________________________________
> If my post was helpful to you, please rate the post.
>
>
> "RC" wrote:
>
> > Can anyone help with this puzzling behaviour from Access?
> >
> > I can open Access databases and see all objects but none will open when I
> > double click them - there is no error message. After that when I close the
> > database the application window stays open and won't close when I select
> > Exit. I can only close the application window using Task Manager and stopping
> > the process.
> >
> > Not sure whether this coincided with something else I did or installed.
> >
> > Any ideas?

 
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 client with SQL 2000 back end stops responding Jordan Microsoft Access ADP SQL Server 3 16th Jul 2006 12:52 AM
access 2000 memory issue causing Not Responding =?Utf-8?B?SnVkeUcu?= Microsoft Access 0 31st Jan 2006 08:58 PM
Access 2000 Not Responding =?Utf-8?B?YnJpYW4=?= Microsoft Access Reports 0 7th Oct 2005 06:31 PM
Re: Access 2000 stops responding when the Analyze Documenter is started GVaught Microsoft Access 0 17th Feb 2004 06:41 PM
outlook 2000 on nt 4.0 client not responding to exchange 2000 server pmurphy Microsoft Outlook 0 11th Aug 2003 10:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:14 PM.