#Deleted record on Database

S

Steve.

I am using Access 2007. On one of my databases there is a record embeded
that has #Deleted in all fields. I tried to manually delete the record, but
when I close the database and reopen , the bad record is still there. All
queries fail when trying to read the database. I've tried to run a delete
query but it fails too. Help.
 
G

golfinray

My guess would be it is because the table or query is not editable (has the
asterisk and arrow at the bottom un-highlighted.) To get around that, pull
the info into a query then make-table to create a table that is editable.
Then delete the record.
 
S

Steve.

The Database is editable.....I can update other records with no problems. I
can not run queries - I get error message Error Occurred
 
S

Steve.

Here's the error msg:
Record is deleted. (Error 3167)
You referred to a record that you deleted or that another user in a
multiuser environment deleted. Move to another record, and then try the
operation again.
 
J

John W. Vinson

I am using Access 2007. On one of my databases there is a record embeded
that has #Deleted in all fields. I tried to manually delete the record, but
when I close the database and reopen , the bad record is still there. All
queries fail when trying to read the database. I've tried to run a delete
query but it fails too. Help.

This could be corruption. Make a backup of your database, and Compact it.

Is this a local table in your database? .accdb or .mdb? Or is it linked to
some other backend database? More info please!
 

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