BillieBurgess
Technical User
I have this occasionally recurring problem that I would like to have fixed. I have searched the Knowledge base, Googled and searched Tek-Tips and cannot seem to find anyone else with this error.
We are running Access2003 SP2. I have about eight users the database is a split database with the front-end sitting on their C drive and the back-end on the server. This is the pattern of the error. According to the users this usually happens when they system is slow. The users are entering data when they will all get a pop-up box that says [blue]a record has been deleted[/blue]. All the users will have to close out of the database and the back-end compacted and repaired. Once that is done an error table appears with the error code
Once the backend is compacted and repaired the users log in and the system is fine. We have yet to find a valid record deleted.
I have locked every form; no one can delete a record via a form. I have turned off most of the menus on startup. The users only see a switchboard. The switchboard automatically sets the user option to edited record lock using code. I have run out of ideas and any help would be appreciated.
We are running Access2003 SP2. I have about eight users the database is a split database with the front-end sitting on their C drive and the back-end on the server. This is the pattern of the error. According to the users this usually happens when they system is slow. The users are entering data when they will all get a pop-up box that says [blue]a record has been deleted[/blue]. All the users will have to close out of the database and the back-end compacted and repaired. Once that is done an error table appears with the error code
The Database does not have a field titled 'Description' and I have done a search on all modules/codes for any references to a field named 'Description'. The only time 'Description' is referenced is on the error handling where-1504 "Field 'Description' could not be found."
Code:
Err_WORKORDERNUMBER_DblClick:
MsgBox Err.DESCRIPTION
Resume Exit_WORKORDERNUMBER_DblClick
End Sub
I have locked every form; no one can delete a record via a form. I have turned off most of the menus on startup. The users only see a switchboard. The switchboard automatically sets the user option to edited record lock using code. I have run out of ideas and any help would be appreciated.