Not a Valid Bookmark error

B

Bill H

In my database when I try to enter data I get "Not a
Valid Bookmark" error.
I tried to compact and repair the database but I still
get the same error.
Does someone have a solution for this problem?
 
A

Allen Browne

If a repair did not work, you may be able to rebuild your database like
this:

1. Make a copy of the file while it is not in use.

2. Open the relationship window (Tools | Relationships), and delete any
relationships that the problem table is involved in.

3. Open the table in design view. Open the Indexes box (View menu), and
delete everything in this box. This includes deleting the primary key index
(though you do not delete the actual field itself). Save. Close the table.

4. Compact the database: Tools | Database Utilities | Compact. Close the
database.

5. Create a new (blank) database: File | New.

6. If this is Access 2000 or later, uncheck the Name AutoCorrect boxes under
Tools | Options | General.

7. Import everything into this new database: File | Get External | Import.

8. Test that your table is working okay in the new database.

9. Open the table in design view, and create the indexes that you deleted in
step 3. Save. Close the table.

10. Open the Relationships window, and create the relationships this table
was involved in.

The whole process should take less than half an hour, and get you back on
the road again.
 
T

Tony Toews

Bill H said:
In my database when I try to enter data I get "Not a
Valid Bookmark" error.
I tried to compact and repair the database but I still
get the same error.

Is this on one particular table? Or the MDB. You can also try
importing into a new MDB or using JetComp.

For more information on corruption including possible causes,
determining the offending PC, retrieving your data, links, official MS
KB articles and a list of vendors who state they can fix corruption
see the Microsoft Access Corruption FAQ at
http://www.granite.ab.ca/access/corruptmdbs.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

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