G
Guest
I have a continuous form that pulls up all or some records. Then I can click
on a button beside each record to open up another form that brings up its
details.
The problems is that either 1) whenever I change something on the first
continuous form and open up the detailed form and start editing, or 2) I
close the detailed form after updating something and edit the same record on
the first continuous form, the following errors appear:
1) Write Conflict
2) Another user edited this record and saved the changes before you
attempted to save your changes. Re-edit the record.
I have tried adding a me.refresh command onto the close button of the
detailed form and the button that pulls up the detailed form. The error
messages disappeared but it’s very annoying sometimes that the form keep
refreshing!
I have read some comments on write-conflict and noticed that using me.dirty
might be a better way to fix this problem. However, I am not very good at
code. Could anyone help me out? Thanks * 100000
on a button beside each record to open up another form that brings up its
details.
The problems is that either 1) whenever I change something on the first
continuous form and open up the detailed form and start editing, or 2) I
close the detailed form after updating something and edit the same record on
the first continuous form, the following errors appear:
1) Write Conflict
2) Another user edited this record and saved the changes before you
attempted to save your changes. Re-edit the record.
I have tried adding a me.refresh command onto the close button of the
detailed form and the button that pulls up the detailed form. The error
messages disappeared but it’s very annoying sometimes that the form keep
refreshing!
I have read some comments on write-conflict and noticed that using me.dirty
might be a better way to fix this problem. However, I am not very good at
code. Could anyone help me out? Thanks * 100000