I have a Database I designed with SQL Server Back end and Access 2010 Front End. The front end is installed on 4 computers in our company. 3 of the 4 users are having no issues, however 1 is having a problem I haven't been able to figure out.
I have a Data Entry form that is attached to the primary table in the DB. There is a subform for entering comments.
The table for the subform joins to the primary form by the PersonID Field in both tables. The Comment table includes Fields for the Actual Comment, the date of the comment and the CommentID.
the user with the issue is able to enter a comment but if they go back later to edit it they get the following Error
It includes the 3 Command buttonsWrite Conflict
This record has been changed by another user since you started editing it. If you save the record, you will overwrite the changes the other user made.
Copying the changes to the clipboard will let you look at the values the other user entered, and then paste your changes back in if you decide to make changes.
It doesn't Matter if anyone else is in the DB or not She gets it everytime she tries to edit any comment. Nobody else gets it. I've checked everything I can think of everything looks fine. Any help is appreciated.Save Record - Grayed
Copy to Clipboard - Enabled
Drop Changes - enabled