Dear Walt,
This I have tried but didnt work. Still same error message. Any other suggestion?
Cindy
Main Topics
Browse All TopicsDear all,
I am having the following erorr:
The Microsoft Jet database engine could not find the object 'Databases'. Make sure the object exists and that you spell its name and the path name correctly.
I cannot open my db now, how can I bypass the error and open the db?
Please help.
Thanks
Cindy
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Dear naivad,
Thanks for your suggestion.. however...
I follow the exact steps of yours to create the form n button, but nothing happens when I click the button... whats wrong? My code is:
Private Sub Command0_Click()
SendKeys "c:\temp\testing\abc.mdb~"
DoCmd.RunCommand acCmdRepairDatabase
End Sub
Any clues?
sushi97,
"I cannot compact & repair my db... it gives me the same error message.. as a result, I cannot import to a new db as well."
Did you try this:
Create a new mdb file.
While in new mdb choose FILE --> GET EXTERNAL DATA --> IMPORT...
Select all the objects under each tab.
Choose OK to start the import.
Robert
Sushi97,
Final try,
use ODBC in control panel, click create new and then select Ms Access, select you database, please click repair it.
If it does not work, you need to pay some tool to recover it such as officerecovery,and others paid service most cost less than $100.
Please use code to backup your database and data
Regards
Ben
Starting a new database and importing the forms/reports etc is definately the way forward:
First create a new database and import all the items - open the database and see if the error occurs.
If that fails create a new database and move 5 items at a time before reopening to narrow down which lement is causing the problem.
Haydn.
Hi HaydnH / Robert
With a new DB, I can open n close without problems, however, when I try to import the corrupted db, the same error message pop up. Have tried all the method suggested, but none can open it.
I have tried the demo version of some access recovery tools, it did open it up but since it is demo, it only save 10 tables only.... however, it is too expensive for me to buy it.. :(
My db is only 110M which I dont think it is too big..
any help?? please??
sushi97: When the error message comes up press {CTRL}{BREAK} (break is the pause key also)
I'm betting that there is code running on start up that has no error trapping.
{CTRL}{BREAK} will land you in the code on the line that is causing the error. Fix it, or paste it here for a look by us alleged Experts.
No comment has been added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:
PAQ - no points refunded
Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
jadedata
EE Cleanup Volunteer
Hi,
I experienced this problem before. When I tried to define object Database in VBA, but cannot. So, I go to Tools - References and choose "Microsoft Visual Basic for Application Extensibility 5.3". WOW, object "Database" appeared.
"Microsoft ... Extensibility 5.3" is a library that contains object Database etc...
Now, try it. I hope it will help you.
Bye,
Trinh
See this info.
http://support.microsoft.c
Also try reinstalling your DAO if this doesn't work.
Business Accounts
Answer for Membership
by: walterecookPosted on 2003-10-16 at 21:44:51ID: 9567488
I would try holding down the Shift key while you open the db. This bypasses any opening code and might give you a shot and getting in there and figuring out what's wrong.
Good luck
Walt