Hi folks
I'm working on a db that I've recently upsized to SQL Server. One of my forms is for changing employees job titles which happens often. It's a continuous form that has two main fields, the name of the employee, and, the job title.
The job title field is a drop down list which is bound to the titleID from the job table. A user picks from the drop down list, the new job title and that's it. However, I'm getting an MS error 7878:
Since I am the other user I don't see how this is happening.
This only started happening when I upsized to SQL Server so I'm sure it's some kind of update problem, perhaps because I'm using a continuous form with a combo box to select the value. I'm not sure about that.
Has anyone had the same problem or know what I can do to solve this?
Thanks for any help.
I'm working on a db that I've recently upsized to SQL Server. One of my forms is for changing employees job titles which happens often. It's a continuous form that has two main fields, the name of the employee, and, the job title.
The job title field is a drop down list which is bound to the titleID from the job table. A user picks from the drop down list, the new job title and that's it. However, I'm getting an MS error 7878:
The data has been changed.
Another user edited this record and saved the changes before you attempted to save your changes.
Since I am the other user I don't see how this is happening.
This only started happening when I upsized to SQL Server so I'm sure it's some kind of update problem, perhaps because I'm using a continuous form with a combo box to select the value. I'm not sure about that.
Has anyone had the same problem or know what I can do to solve this?
Thanks for any help.