S
Silvio
Hello, my Access database is spitted in back-end and Front-end, each user has
the front-end installed in their own computer. The Database property on the
Back-end and Front-end are as follow:
1. "Open Mode" to "Shared",
2. "Default Record Locking" to "Edited Record".
3. "Open Databases Using Record-Level Locking" is also checked.
The Front-end users use a form to view a list of records assigned to them to
work on. Each record have a Combo Box linked to a table (tblDisposition)
located the back-end so users can make selections (Approved, Disapproved or
Cancel) and store the selection in the data table (tblData) in order to
fill-in data in records assigned to them.
The problem is that occasionally several users complain that they can open
the combo box and they can see the 3 options listed, however they are unable
pick a selection in order to update the record. It appears like “all†the
records in their list are locked in a read-only monde. It is acting like if
the "default record locking" was set to "All Records". However, this is not
the case I only have "Edited Records" and the problem appears to be
inconsistent. If I ask all the user to close their database, then the record
can be updated by the user having the problem. Does any one have any idea to
what can cause this problem and how to solve it?
the front-end installed in their own computer. The Database property on the
Back-end and Front-end are as follow:
1. "Open Mode" to "Shared",
2. "Default Record Locking" to "Edited Record".
3. "Open Databases Using Record-Level Locking" is also checked.
The Front-end users use a form to view a list of records assigned to them to
work on. Each record have a Combo Box linked to a table (tblDisposition)
located the back-end so users can make selections (Approved, Disapproved or
Cancel) and store the selection in the data table (tblData) in order to
fill-in data in records assigned to them.
The problem is that occasionally several users complain that they can open
the combo box and they can see the 3 options listed, however they are unable
pick a selection in order to update the record. It appears like “all†the
records in their list are locked in a read-only monde. It is acting like if
the "default record locking" was set to "All Records". However, this is not
the case I only have "Edited Records" and the problem appears to be
inconsistent. If I ask all the user to close their database, then the record
can be updated by the user having the problem. Does any one have any idea to
what can cause this problem and how to solve it?