Yes I try compact & Repair and that did help.
When I click on debug when the error message pops-up, it brings up this code.
If ((Me.chkPatentSearch.value = True) And _
(IsNull(txtClient.value) = False Or _
IsNull(txtAssignee.value) = False Or _...
We have an app written in Access (2010), which suddenly stop working. When a user click on any button on the application the error: Rim-time error '2508' specified proc XXXXX or form does not exist. But the stored procedure does exists in the database (on SQL) and if I run the proc in...