Re: Corrupted Record
From: John Vinson (jvinson_at_STOP_SPAM.WysardOfInfo.com)
Date: 12/03/04
- Next message: Wayne Morgan: "Re: unable to select from combobox."
- Previous message: jef: "Mysterious, Magical, Menacing ERROR !!!!"
- In reply to: Gee...: "Corrupted Record"
- Next in thread: Gee...: "RE: Corrupted Record"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 03 Dec 2004 14:45:16 -0700
On Fri, 3 Dec 2004 09:27:10 -0800, Gee...
<Gee@discussions.microsoft.com> wrote:
>I have a record that suddenly changed all the dates to 12:00am and most of
>the entries into what looks like Japanese. The unique ID should be 154, but
>instead it's turned into "-1577058149". I tried to delete the record and
>re-enter, but when I highlight and ask it to delete (from the table) is says
>"The search key was not found in any record." and won't let me.
>How do I get rid of this record?
>Thank you in advance for your help.
>Gee...
You'll probably need to take some serious action to fix this. See Tony
Toews' Corruption FAQ at
http://www.granite.ab.ca/access/corruptmdbs.htm
I'd suggest creating a new, empty .mdb file; import everything *but*
this table; import this table *design mode only*. Then link to it and
run an Append query appending only the non-corrupted records (use a
criterion on the Primary Key field so it uses only the Index, not a
table scan) to append the good data. This record is toast and will
need to be manually reentered; any records which were related to it
will need to be checked.
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
- Next message: Wayne Morgan: "Re: unable to select from combobox."
- Previous message: jef: "Mysterious, Magical, Menacing ERROR !!!!"
- In reply to: Gee...: "Corrupted Record"
- Next in thread: Gee...: "RE: Corrupted Record"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|