I am using VB/SQL to insert rows into a table, but when I use VB/SQL to delete those rows, I get the error "search key not found". It is not a memo field (I've seen problems on the net with this) and it is not indexed. Is the table corrupt? I tried recreating the table from scratch, but that didn't fix the problem either. Also, the problem does not happen consistantly - in other words, I can be in another part of the application and add/delete records with no problem. I have to go through certain steps to have the error appear. Anyone know the cause or solution? THANKS!