Search the web
Sign In
New User? Sign Up
ms_access · Help and advice for users of MS access
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Panic mode !! Database ERROR   Message List  
Reply | Forward Message #21534 of 21714 |
Re: [ms_access] Panic mode !! Database ERROR

I found this in another group try it and see if it works


I had this same problem with a client's database, but found nothing that helped.
So while this topic is a bit old I wanted to find a place to post my solution
where people might see it when searching the Internet. The following VBScript
allows the database to be opened in Access and the table is recreated. However,
once you can open it you may want to create a new database and export/import the
tables in case you have other system table corruptions. Just simply copy and
paste this into notepad and save the file with a .VBS extension. Make sure you
change the Const strDB = "C:\path of MDB. GOOD LUCK!



Jarrett



---------------------- Cut Here -------------------------



Const strDB = "C:\MYDATABASE.MDB"



Dim dbConnection

Set dbConnection = CreateObject("ADODB.Connection")

dbConnection.Open "Driver={Microsoft Access Driver (*.mdb)};Dbq=" & strDB &
";Uid=Admin;Pwd=;"

dbConnection.Execute "Drop Table MSysAccessObjects"

dbConnection.Close

Set dbConnection = nothing



MsgBox "You should now be able to open the database!"





________________________________
From: John Gonnello <johnny100g@...>
To: ms_access@yahoogroups.com
Sent: Saturday, January 10, 2009 9:04:31 AM
Subject: Re: [ms_access] Panic mode !! Database ERROR


Did yo try the database utilities, repair & compress

____________ _________ _________ __
From: Dave R <administrator@ grand-resorts. com>
To: "ms_access@yahoogrou ps.com" <ms_access@yahoogrou ps.com>
Sent: Friday, January 9, 2009 10:01:58 PM
Subject: [ms_access] Panic mode !! Database ERROR

Hi All:

I'm running in panic mode. When I try to open a database I get:

"AOindex not available in this index".

When I click "ok" it exits. The "help" button offers no insight.

Have I lost this DB permanently? ANY help would be appreciated.

=Dave R.=

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]






[Non-text portions of this message have been removed]




Sat Jan 10, 2009 10:18 pm

rhsj209
Offline Offline
Send Email Send Email

Forward
Message #21534 of 21714 |
Expand Messages Author Sort by Date

Hi All: I'm running in panic mode. When I try to open a database I get: "AOindex not available in this index". When I click "ok" it exits. The "help" button...
Dave R
resorts03226
Offline Send Email
Jan 10, 2009
6:02 am

Did yo try the database utilities, repair & compress ________________________________ From: Dave R <administrator@...> To:...
John Gonnello
johnny100g
Offline Send Email
Jan 10, 2009
3:04 pm

I found this in another group try it and see if it works I had this same problem with a client's database, but found nothing that helped. So while this topic...
richard sturgeon
rhsj209
Offline Send Email
Jan 11, 2009
4:22 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help