I currently have an access database that is a 2007 file that is operated through Access 2010. It has as many as fifty users on it at any given time. All of the user's workstations are set to lock edited records in their Access client settings. The problem is that it is routinely locking up still.
Some background: it is not a problem with more than one user accessing the same record. They are all divided to not allow this and when we check when it locks, no one has ever been on top of another user.
The database is split.
The front end database only allows access to one form. In this form is a subform.
The main form shows client information. The subform contains call records to that client. They are linked by the unique client ID.
What I cannot explain: Two of the fields on the subform are combo boxes that record codes for the call. The first stores a simple yes/no to whether or not we make contact. The second stores the code of the client's response. By default, the contact yes/no shows no and the code shows "NOM" (no offer made). If either of these are changed, the database will never lock. If they are left (which they usually are as we only make about 23% contact with clients), the database will say "could not update; currently locked."
This is a ridiculous problem that I cannot find a solution for. Please, anyone, you're help would be greatly appreciated! Thank you.
Some background: it is not a problem with more than one user accessing the same record. They are all divided to not allow this and when we check when it locks, no one has ever been on top of another user.
The database is split.
The front end database only allows access to one form. In this form is a subform.
The main form shows client information. The subform contains call records to that client. They are linked by the unique client ID.
What I cannot explain: Two of the fields on the subform are combo boxes that record codes for the call. The first stores a simple yes/no to whether or not we make contact. The second stores the code of the client's response. By default, the contact yes/no shows no and the code shows "NOM" (no offer made). If either of these are changed, the database will never lock. If they are left (which they usually are as we only make about 23% contact with clients), the database will say "could not update; currently locked."
This is a ridiculous problem that I cannot find a solution for. Please, anyone, you're help would be greatly appreciated! Thank you.
Comment