A family of Microsoft relational database management systems designed for ease of use.
Nevermind I finally found the issue. It was a permissions issue with the folders. Thank you all for all of your help. You have been great.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using access 2010 for a small database for the factory I am working for. I do not have much experience with access. I'm using accdb on both the front and back ends. I have a Timeclock form setup on the front end for the floor workers to use. It is linked to the backend which is in a shared folder. The front end is in a shared folder as well. The problem I am having is that whenever I try to click the clock in button on the timeclock it errors out on the data entry step. When it tried to edit the recordset I get an error 3027: Cannot update: Database or object is read only. I have temporarily lowered all security on the folders thinking that may be an issue. Both folders are in the database's trusted locations. So far as I can tell the back end database is not set to read only. In the forms code I have made sure that I set the recordset as a dynaset recordset. I am completely at a loss for what's going wrong here. if you need any other information please do not hesitate to ask. Any insight at all on the situation is greatly appreciated.
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Nevermind I finally found the issue. It was a permissions issue with the folders. Thank you all for all of your help. You have been great.
What are the permissions on the back end folder? What are the permissions on the FE folder?
Let's try...
They need everything except Full Control. Just Read/Write is not enough.
What are the permissions on the back end folder? What are the permissions on the FE folder?
Both sides are allowing read/write for everyone(temporary basis of course, until i can get things operating period.)
as for your ideas Gina I will give them a spin and post back here to let you know how it's going.