G Guest Feb 16, 2006 #1 I keep getting a "the search key was not found in any record" when I try to delete a specific record. How do I correct this problem?
I keep getting a "the search key was not found in any record" when I try to delete a specific record. How do I correct this problem?
J John Vinson Feb 16, 2006 #2 I keep getting a "the search key was not found in any record" when I try to delete a specific record. How do I correct this problem? Click to expand... You may have a corrupt index. BACKUP YOUR DATABASE immediately (and don't overwrite any existing backups) - you may need it. Try Tools... Database Utilities... Compact and Repair and see if that helps. If not, check out the solutions at http://www.granite.ab.ca/access/corruptmdbs.htm John W. Vinson[MVP]
I keep getting a "the search key was not found in any record" when I try to delete a specific record. How do I correct this problem? Click to expand... You may have a corrupt index. BACKUP YOUR DATABASE immediately (and don't overwrite any existing backups) - you may need it. Try Tools... Database Utilities... Compact and Repair and see if that helps. If not, check out the solutions at http://www.granite.ab.ca/access/corruptmdbs.htm John W. Vinson[MVP]
G Guest Feb 16, 2006 #3 Thanks John! The compact and repair worked. Your assistance is greatly appreciated.