Hi all,
I have a table that seems to contain a corrupt record but I can't delete it.
If I select the record in dataview and then try to delete it I get the error message "The search key was not found in any record"
The CustomerID field (a text field)is blank (it shouldn't be) and I am not able to make an entry in to the field without getting the above error. This field has as its Row Source CompanyName in the Customers table.
I notice also that the Memo field named Sectioning shows #Error that I can't remove. I feel that the problem may be related to the Memo field.
The database functions perfectly despite this corrupt record, however I would love to get rid of it.
I am using Access 2003 with SP2
Does anyone have any suggestions?
I have a table that seems to contain a corrupt record but I can't delete it.
If I select the record in dataview and then try to delete it I get the error message "The search key was not found in any record"
The CustomerID field (a text field)is blank (it shouldn't be) and I am not able to make an entry in to the field without getting the above error. This field has as its Row Source CompanyName in the Customers table.
Code:
SELECT DISTINCTROW Customers.CustomerID, Customers.CompanyName FROM Customers ORDER BY Customers.CompanyName;
I notice also that the Memo field named Sectioning shows #Error that I can't remove. I feel that the problem may be related to the Memo field.
The database functions perfectly despite this corrupt record, however I would love to get rid of it.
I am using Access 2003 with SP2
Does anyone have any suggestions?