access changed a record from english to chinese.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

One of my associates has an Access 2002 DB that has three associated tables
in it. She was entering data on one record in a table. The record got
changed from english to chinese (or some other character set).

Access is now indicating that "the key search is not found" & something
about an index.

Is there a way to repair this single record?
 
One of my associates has an Access 2002 DB that has three associated tables
in it. She was entering data on one record in a table. The record got
changed from english to chinese (or some other character set).

Access is now indicating that "the key search is not found" & something
about an index.

Is there a way to repair this single record?

No; and in fact, this means that your entire database is corrupted.

See the suggestions at

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

You will need to create a NEW DATABASE; import everything except this
table; create an empty version of this table; and run an Append query
to append all *but* this one record. This record is gone for good.

John W. Vinson[MVP]
 
John:

Actually we tried the tools option in Access. There is an option for
Tools/Database Utilities/Compact and Repair. It "appears" to have corrected
the problem. If something reappears, we will try this other option.

Thank you,
Steve D
 

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

Back
Top