Hi,
I found a weird situation in Access. I have an Access FE which is using for update/delete data in the SQL BE by users. Users have the authorities for update/delete the data in the table.
It doesn't have this problem before, but it happens all of sudden. It has the 3 columns are Keys and couple more columns,
1) ID (int), Identity Yes, Identity Seed ~1 and Identity Increment ~1
2) Dept (varchar, 3)
3) LineItem (varchar, 8)
4) Equal (bit)
5) Earmark (money, 8)
When I try to change the data in the Earmark column, there is an error message in Access, Write Conflict ~ This record has been changed by another user since you started editing it. If you save the record, you will overwirte the changes the other user made.
I am sure no one in the database or in the table or in the record. I just want to know why it has this message? However, I can delete or update the information in the SQL Server.
Thanks for the help.
I found a weird situation in Access. I have an Access FE which is using for update/delete data in the SQL BE by users. Users have the authorities for update/delete the data in the table.
It doesn't have this problem before, but it happens all of sudden. It has the 3 columns are Keys and couple more columns,
1) ID (int), Identity Yes, Identity Seed ~1 and Identity Increment ~1
2) Dept (varchar, 3)
3) LineItem (varchar, 8)
4) Equal (bit)
5) Earmark (money, 8)
When I try to change the data in the Earmark column, there is an error message in Access, Write Conflict ~ This record has been changed by another user since you started editing it. If you save the record, you will overwirte the changes the other user made.
I am sure no one in the database or in the table or in the record. I just want to know why it has this message? However, I can delete or update the information in the SQL Server.
Thanks for the help.