Deleted record?

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

Guest

Hello,

I have a strange problem that I' hoping someone can explain to me how it
occurs so that I can't stop it from happening again.

In one of my tables a recordset (row) has been "deleted" but instead of
being removed from the table altogether, the value "deleted #" has been put
as a value in each field of the recordset... even the autonumber which is
supposed to only accept integer?

Could someone explain this at all!?

Thank you!

Dan
 
Hello,

I have a strange problem that I' hoping someone can explain to me how it
occurs so that I can't stop it from happening again.

In one of my tables a recordset (row) has been "deleted" but instead of
being removed from the table altogether, the value "deleted #" has been put
as a value in each field of the recordset... even the autonumber which is
supposed to only accept integer?

Could someone explain this at all!?

Try Tools... Database Utilities... Compact and Repair.

If this data is stored in an external database (dBase, SQL, or other)
you may need to do some sort of compaction in that database's
software. Normally a local Access table doesn't display the #Deleted
message, or only briefly if it does.

John W. Vinson[MVP]
 
The only one time I had this happen it turned out to be a corrupt database
file.

Bill
 

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