L
LA Lawyer
I sometimes have 2 forms open on the same record since there is not enough
room on the "main" form to put all of the data.
This causes Access to report a Write Conflict error.
I was told to include the following:
If Form.Dirty = True Then
Form.Dirty = False
End If
I wasn't sure which event was needed to insure that this was fixed, so I am
having it triggered by "on lost focus", which I assumed would be fine.
The error is still there. Is the code correct? Do I need it triggered by
some other event?
Thanks.
room on the "main" form to put all of the data.
This causes Access to report a Write Conflict error.
I was told to include the following:
If Form.Dirty = True Then
Form.Dirty = False
End If
I wasn't sure which event was needed to insure that this was fixed, so I am
having it triggered by "on lost focus", which I assumed would be fine.
The error is still there. Is the code correct? Do I need it triggered by
some other event?
Thanks.