G
Guest
I've got a client with an Access 2003 database. He had a network problem,
and one record got corrupted.
I can see the record if I create a query that searches for it by a unique
Job id:
SELECT Job_Main.*, Job_Main.[JOB ]
FROM Job_Main
WHERE (((Job_Main.[JOB ])=499));
But, I cannot delete the record:
DELETE Job_Main.[JOB ]
FROM Job_Main
WHERE (((Job_Main.[JOB ])=499));
It reports 'the search key was not found in any record'.
I can locate the record by double clicking on the table. But, am unable to
delete it that way.
What tool can I use to resolve this. Repair database does not.
and one record got corrupted.
I can see the record if I create a query that searches for it by a unique
Job id:
SELECT Job_Main.*, Job_Main.[JOB ]
FROM Job_Main
WHERE (((Job_Main.[JOB ])=499));
But, I cannot delete the record:
DELETE Job_Main.[JOB ]
FROM Job_Main
WHERE (((Job_Main.[JOB ])=499));
It reports 'the search key was not found in any record'.
I can locate the record by double clicking on the table. But, am unable to
delete it that way.
What tool can I use to resolve this. Repair database does not.