Hi All,
I just wanted to check on something, after the below:
Cause
This behavior occurs when you open two forms that update the same data source at the same time. The first form puts an edit lock on the record or records, and then the second form changes the record or records and saves the changes. When the first form tries to close and write back to the table, the changes that were made by the second form are detected. This causes the error to be returned.
I have two forms that connect to one table, could this be the issue?
So if I move one of the forms to its own table i shouldn't experience the issue?

I just wanted to check on something, after the below:
Cause
This behavior occurs when you open two forms that update the same data source at the same time. The first form puts an edit lock on the record or records, and then the second form changes the record or records and saves the changes. When the first form tries to close and write back to the table, the changes that were made by the second form are detected. This causes the error to be returned.
I have two forms that connect to one table, could this be the issue?
So if I move one of the forms to its own table i shouldn't experience the issue?

