I have a database with an Access 2010 FE and a SQL Server BE. In one of the forms, I have a subform as well. For some reason, whenever I try to save it explicitly, I get an error that the record has been changed by another user and it only gives me the option to drop the changes. I'm currently running in a test environment that only I have access to use it. I don't have any other test systems running. No code modifies the recordset directly, only sets values in the controls that are bound to the recordset. I checked, and there aren't even any SELECT queries being run on the table that the form is based on. There is a default constraint on the table in SQL Server, but I'm passing a value to that field through the form so that shouldn't be coming into play.
I'm at a loss of what else to look at to find where the other user could be coming from.
I'm at a loss of what else to look at to find where the other user could be coming from.
Comment