Can't delete a record

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

Guest

I have a record in an Access 2000 table that I can't delete. When I try to
delete it,
it states the search key was not found in any record. I have seen a similar
posting here but the suggestion was to open a new table and not copy that
item over - I can't do this as the database is huge.
 
If all else fails

Creat a new database
Import everything but the table(s) with the bad record
Copy only the table structures of the table(s) with the bad record
Link to the tables with the bad record
Use an append query to append the new table with the information from the
affected table selecting everything but that record
 
in other words-- MDB is 'too unreliable for real world usage'

SQL Server has built-in enterprise level backup functionality

Just use Access Data Projects; you'll be much happier
SProcs are 1000 times more powerful than silly little MDB queries
 
Back
Top