MDB FILE

L

LIORG

hi
when i try to open mdb file i get this error message :

" invalid bookmark "
i have there several tables with important data

help ! help

thanks
LIOR
 
A

Al Campagna

LIORG.,
Try holding down the Shift key as you open the file. This will bypass
any autoexec macros you might have, and...also bypass any code that may be
running when you open your Startup "default" form.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 
A

Arvin Meyer [MVP]

LIORG said:
hi
when i try to open mdb file i get this error message :

" invalid bookmark "
i have there several tables with important data

help ! help

There's a good chance that your database is corrupt. First, always work on a
copy of the database. Working on the original may make it impossible for a
repair service to fix it.

Download a copy of JetComp.exe:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;273956

Try backing up your forms as text with the undocumented SaveAsText
LoadFromText functions:

http://www.datastrat.com/Code/DocDatabase.txt

Also have a look at the Microsoft KB article:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;209137

Then have a look at Tony Toews' Access Corruption FAQ at:

http://www.granite.ab.ca/access/corruptmdbs.htm

for some suggestions. Unfortunately, some corruption cannot be fixed - you
may need to create a new database, import what can be salvaged, and recreate
the rest.

Although it's a paid service, Peter Miller does an outstanding job of saving
corrupt databases. Try this URL:

http://www.pksolutions.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top