Record is deleted

F

Fred

When running a query I have the error message 'Record is deleted' and the query stops. This is a 'Jet' error message and has a reference of 3167. Is there any way I can suppress the error and/or clean up the deleted records? Regards
Fred
 
M

Michel Walsh

Hi,


If the error occur when you open the database, when no other VBA code is
running under the scene, it may be because the database is corrupted. Have
you tried to "compact and repair" (Tools | Database Utilities ... |
Compact and Repair )?


Hoping it may help,
Vanderghast, Access MVP



Fred said:
When running a query I have the error message 'Record is deleted' and the
query stops. This is a 'Jet' error message and has a reference of 3167. Is
there any way I can suppress the error and/or clean up the deleted records?
Regards,
 
Top