How can I get rid of #Deleted in my table fields

G

Guest

Someone had gone in and deleted data from a table. When they did two rows
now have #Deleted in all fields. I have tried to remove both rows by going
through ajd deleting them. Access tells me that data is being deleted and
will go ahead and delete the rows when I say ok. However, when I reopen the
table those two rows with the #Deleted in all fields returns.

Is there a way to remove these two rows or get rid of the #Deleted in the
fields so that I can re-enter my data?
 
D

Dirk Goldgar

Deleting in KS said:
Someone had gone in and deleted data from a table. When they did two
rows now have #Deleted in all fields. I have tried to remove both
rows by going through ajd deleting them. Access tells me that data
is being deleted and will go ahead and delete the rows when I say ok.
However, when I reopen the table those two rows with the #Deleted in
all fields returns.

Is there a way to remove these two rows or get rid of the #Deleted in
the fields so that I can re-enter my data?

That sounds like you may have a corrupted index. First see if clicking
Tools -> Database Utilities -> Compact and Repair Database... fixes it.
(You must be the only one in the database at the time. And if this is a
split database, you have to do it in the back-end, not the front-end.)

If that doesn't work, have a look at Tony Toews' Currupt MDB FAQ page:

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

There's a lot of information about corruption there, including
procedures for recovering from it.
 
G

Guest

Thanks Dirk. I'll try your suggestion(s).


Dirk Goldgar said:
That sounds like you may have a corrupted index. First see if clicking
Tools -> Database Utilities -> Compact and Repair Database... fixes it.
(You must be the only one in the database at the time. And if this is a
split database, you have to do it in the back-end, not the front-end.)

If that doesn't work, have a look at Tony Toews' Currupt MDB FAQ page:

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

There's a lot of information about corruption there, including
procedures for recovering from it.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)
 

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