On Tue, 5 Dec 2006 16:06:01 -0800, Marcos Totoli <Marcos
(E-Mail Removed)> wrote:
>I have one corrupted record in one table of my database and I tried to fix or
>delete it but i retrieve the message: "Disk or network error".
>The database don't work properly because of these. I can see all the data,
>except this record.
>How can i delete it?
Check out the suggestions at
http://www.granite.ab.ca/access/corruptmdbs.htm
You may need to create a new database, import everything BUT this
table; import this table, design view only; link to the damaged table;
run an Append query using criteria on the Primary Key to select all
records except this one; reestablish relationships if need be.
Hopefully it can be done more simply!
John W. Vinson[MVP]