Cannot open the access file

C

Csharp

my access file has some tables include linked tables. The file also contains
form, report and macro...

i cannot open the file since i close the access running process suddentely,
after that i open the file with a runtime error message like "Microsoft Jet
Database Engin can't 'Database' object. make sure the object path and name
are corrected."

thanks in advance
 
J

John Vinson

my access file has some tables include linked tables. The file also contains
form, report and macro...

i cannot open the file since i close the access running process suddentely,
after that i open the file with a runtime error message like "Microsoft Jet
Database Engin can't 'Database' object. make sure the object path and name
are corrected."

thanks in advance

The database is corrupt, and might or might not be salvagable. I hope
you have a backup. Closing a database (such as with ctrl-alt-del)
while it's running a query is the kiss of death; it's analogous to
turning off the ignition of your car... at 100kph on a busy highway.

See http://www.granite.ab.ca/access/corruptmdbs.htm for diagnoses and
suggestions.


John W. Vinson[MVP]
 
Top